]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - apache-mod_python.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache-mod_python.git] / apache-mod_python.spec
index ee423542a2a4d5829da62a0dd15e73d22fe9570c..0135a3f12ade91b325326f0c0c7f2b13e213ac8d 100644 (file)
@@ -153,7 +153,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        %service -q httpd restart
 fi
This page took 0.044541 seconds and 4 git commands to generate.