summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-30 11:38:40 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-30 11:38:40 +0200
commit8690d68728f6b2cf5146caa9ff8e3d5c238b2042 (patch)
tree8e5483a8b70ca49f141ba103618196d8e22fa181
parent8c9cfc14625eb640c1904a697d3569b790bda242 (diff)
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r--php-phpunit-FinderFacade.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-FinderFacade.spec b/php-phpunit-FinderFacade.spec
index cb7f5f4..a96be6b 100644
--- a/php-phpunit-FinderFacade.spec
+++ b/php-phpunit-FinderFacade.spec
@@ -88,7 +88,7 @@ rm -rf %{buildroot}
%post
if [ -x %{_bindir}/pear ]; then
%{_bindir}/pear uninstall --nodeps --ignore-errors --register-only \
- %{pear_channel}/%{pear_name} >/dev/null
+ %{pear_channel}/%{pear_name} >/dev/null || :
fi