]> git.pld-linux.org Git - packages/apache1-mod_gunzip.git/blobdiff - apache1-mod_gunzip.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache1-mod_gunzip.git] / apache1-mod_gunzip.spec
index e8ada662a92cb8563f5f8c31557e651e4bc6b04b..d34227db8c0a5e17dee41f30f48efdfe86e5add8 100644 (file)
@@ -57,7 +57,7 @@ if [ -f /var/lock/subsys/apache ]; then
        /etc/rc.d/init.d/apache restart 1>&2
 fi
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        if [ -f /var/lock/subsys/apache ]; then
                /etc/rc.d/init.d/apache restart 1>&2
This page took 0.370117 seconds and 4 git commands to generate.