]> git.pld-linux.org Git - packages/apache1-mod_video.git/blobdiff - apache1-mod_video.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache1-mod_video.git] / apache1-mod_video.spec
index da0b5629f4ca0b2f1fd08be7be38bd5be257db20..845f73b39d7454c670e134d85af9249b57b457fd 100644 (file)
@@ -58,7 +58,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.075864 seconds and 4 git commands to generate.