]> git.pld-linux.org Git - packages/apache-mod_roaming.git/blobdiff - apache-mod_roaming.spec
- restart apache in %postun rather in %preun as the config file, loading module
[packages/apache-mod_roaming.git] / apache-mod_roaming.spec
index aa3c5991e2980d0e143804dc597706e0314b1dc5..a01d7b1c36477666a234366a0320eca8a2d09b3b 100644 (file)
@@ -126,7 +126,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.083601 seconds and 4 git commands to generate.