]> git.pld-linux.org Git - packages/php.git/commitdiff
- there's no main package
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 12 Nov 2006 16:47:12 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.607

php.spec

index ef8eca0488a219ca0456a328159e2579d351a230..22271437086f9a22497487061f9faaa866f76b61 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1843,26 +1843,6 @@ install -D ext/pcre/php_pcre.h $RPM_BUILD_ROOT%{_includedir}/php/ext/pcre/php_pc
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-if [ "$1" = "1" ]; then
-%if %{with apache1}
-       %service -q apache restart
-%endif
-%if %{with apache2}
-       %service -q httpd restart
-%endif
-fi
-
-%postun
-if [ "$1" = "0" ]; then
-%if %{with apache1}
-       %service -q apache restart
-%endif
-%if %{with apache2}
-       %service -q httpd restart
-%endif
-fi
-
 %post -n apache1-mod_php
 if [ "$1" = "1" ]; then
        %service -q apache restart
This page took 0.877119 seconds and 4 git commands to generate.