]> git.pld-linux.org Git - packages/apache1-mod_witch.git/blobdiff - apache1-mod_witch.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache1-mod_witch.git] / apache1-mod_witch.spec
index 97d6ec7acd45337e1849c5bd9d53470762f9c7a2..43ec5fc1262390daa8f1fd3217da851f7f86e94c 100644 (file)
@@ -55,7 +55,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.076207 seconds and 4 git commands to generate.