]> git.pld-linux.org Git - packages/apache-mod_security.git/blobdiff - apache-mod_security.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache-mod_security.git] / apache-mod_security.spec
index f16da115415482d5750bf1c40f3d795611198c84..e91007d07004a7e0fc3487e42dbd4979be0c68f2 100644 (file)
@@ -50,7 +50,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.06501 seconds and 4 git commands to generate.