summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHP-Invoker.spec
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
commitaf7bc042094a4265275b9d6db8fa33634c471860 (patch)
treeac10efccd4658898657a56aba0751e32b7724417 /php-phpunit-PHP-Invoker.spec
parent546289ae0177ff04a3d474f1ce9bba0d0aaf61f8 (diff)
php-phpunit-*: ignore %post scriptlet failure
Diffstat (limited to 'php-phpunit-PHP-Invoker.spec')
-rw-r--r--php-phpunit-PHP-Invoker.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHP-Invoker.spec b/php-phpunit-PHP-Invoker.spec
index c01e9d7..1878793 100644
--- a/php-phpunit-PHP-Invoker.spec
+++ b/php-phpunit-PHP-Invoker.spec
@@ -84,7 +84,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
%files