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