don't let gimp-plugin-mgr --uninstall fail %post scriptlet

This commit is contained in:
Nils Philippsen 2007-07-11 15:14:17 +00:00
parent ab85a32463
commit 959e3c27a3

View File

@ -43,7 +43,7 @@ Version: 2.2.16
%define age 0 %define age 0
%define minorver 200 %define minorver 200
%define microver %(ver=%{version}; echo ${ver##*.*.}) %define microver %(ver=%{version}; echo ${ver##*.*.})
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 2 Epoch: 2
License: GPL, LGPL License: GPL, LGPL
Group: Applications/Multimedia Group: Applications/Multimedia
@ -286,7 +286,7 @@ if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q %{_datadir}/icons/hicolor gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi fi
# Then re-add the symlinks # Then re-add the symlinks
%{_sbindir}/gimp-plugin-mgr --install '*' %{_sbindir}/gimp-plugin-mgr --install '*' || :
%preun %preun
# Only delete symlinks when uninstalling # Only delete symlinks when uninstalling
@ -424,6 +424,9 @@ fi
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Wed Jul 11 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.16-2
- don't let gimp-plugin-mgr --uninstall fail %%post scriptlet
* Mon Jul 09 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.16-1 * Mon Jul 09 2007 Nils Philippsen <nphilipp@redhat.com> - 2:2.2.16-1
- version 2.2.16 - version 2.2.16