]> git.pld-linux.org Git - packages/apache-mod_suphp.git/blobdiff - apache-mod_suphp.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache-mod_suphp.git] / apache-mod_suphp.spec
index fcd01c8f8429febdfc81b54c40f23c4fb839dfb8..40f28d2f9d620c85223357ff007443f753d73ddd 100644 (file)
@@ -92,7 +92,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        %service -q httpd restart
 fi
This page took 0.041935 seconds and 4 git commands to generate.