]> git.pld-linux.org Git - packages/apache1-mod_sqlinclude.git/blobdiff - apache1-mod_sqlinclude.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache1-mod_sqlinclude.git] / apache1-mod_sqlinclude.spec
index b0f0f27446f9d1adf8f214f06b7abe2c85a9a9c1..308c7390c4022f2be2f0bdca13e267b49bf8400a 100644 (file)
@@ -54,7 +54,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.382879 seconds and 4 git commands to generate.