From 959e3c27a3e2f5e97c52de9213990264408c2bc6 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 11 Jul 2007 15:14:17 +0000 Subject: [PATCH] don't let gimp-plugin-mgr --uninstall fail %post scriptlet --- gimp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gimp.spec b/gimp.spec index 3e440a2..1331d83 100644 --- a/gimp.spec +++ b/gimp.spec @@ -43,7 +43,7 @@ Version: 2.2.16 %define age 0 %define minorver 200 %define microver %(ver=%{version}; echo ${ver##*.*.}) -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 License: GPL, LGPL Group: Applications/Multimedia @@ -286,7 +286,7 @@ if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache -q %{_datadir}/icons/hicolor fi # Then re-add the symlinks -%{_sbindir}/gimp-plugin-mgr --install '*' +%{_sbindir}/gimp-plugin-mgr --install '*' || : %preun # Only delete symlinks when uninstalling @@ -424,6 +424,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Wed Jul 11 2007 Nils Philippsen - 2:2.2.16-2 +- don't let gimp-plugin-mgr --uninstall fail %%post scriptlet + * Mon Jul 09 2007 Nils Philippsen - 2:2.2.16-1 - version 2.2.16