From f2277b3169a80dabf349821e902ca7afd73404d7 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Wed, 30 Apr 2014 11:38:40 +0200
Subject: php-phpunit-*: ignore %post scriptlet failure

---
 php-phpunit-File-Iterator.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/php-phpunit-File-Iterator.spec b/php-phpunit-File-Iterator.spec
index eb6cfe0..dcbaaa3 100644
--- a/php-phpunit-File-Iterator.spec
+++ b/php-phpunit-File-Iterator.spec
@@ -65,7 +65,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
 
 
-- 
cgit