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
commit86ab6f4da9a183a56a678b2ec9255779273c6198 (patch)
tree4770e238b37daf63cfb5b9e403d2e9e4493d0238
parent0c36d3d02a9b780843366afff1f6da5fd65cf6f5 (diff)
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r--php-phpunit-PHP-Timer.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHP-Timer.spec b/php-phpunit-PHP-Timer.spec
index 20ded17..2047d54 100644
--- a/php-phpunit-PHP-Timer.spec
+++ b/php-phpunit-PHP-Timer.spec
@@ -75,7 +75,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