]> 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:46:22 +0000 (16:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.579.2.13

php.spec

index fd65ff98de759d16d7a2f496cd110f3361821425..eac6194e68c6babcdb7e8bd7427170019b674d38 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1877,26 +1877,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.047691 seconds and 4 git commands to generate.