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
commit03897c7417af8094b340a8d0b38b51d42cb99e81 (patch)
treea633ecaa1027521f9015f46ca2ea03fef99afc59
parent5ccb82f74bb3f1fb7911c0ca48a1379233b429d5 (diff)
php-phpunit-*: ignore %post scriptlet failure
-rw-r--r--php-phpunit-PHPUnit.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index f5d8e54..61c9a63 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -141,7 +141,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