]> git.pld-linux.org Git - packages/apache1-mod_xslt.git/commitdiff
- restart apache in %postun rather in %preun as the config file, loading module
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Apr 2006 17:05:03 +0000 (17:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  is still there and module will be loaded after package is uninstalled, which
  later causes missing configuration file errors.

Changed files:
    apache1-mod_xslt.spec -> 1.32

apache1-mod_xslt.spec

index eb8ebaa989760ee8ae704f141ecb3eab6e90e1eb..6f4bf6af96160582fa9458d2c80f4b6d706c63ee 100644 (file)
@@ -82,7 +82,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.045413 seconds and 4 git commands to generate.