- silence %post

This commit is contained in:
Jeremy Katz 2005-04-27 04:28:16 +00:00
parent 88f0f5a3f7
commit 9dacdf48e2

View File

@ -14,7 +14,7 @@ Version: 2.2.6
%define minorver 200
%define microver %(ver=%{version}; echo ${ver##*.*.})
#define prever pre2
Release: %{?prever:0.0.%{prever}.}1
Release: %{?prever:0.0.%{prever}.}2
Epoch: 2
License: GPL, LGPL
Group: Applications/Multimedia
@ -182,7 +182,7 @@ if [ -x %{_sbindir}/xsane-install-gimp-plugin ]; then
fi
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache %{_datadir}/icons/hicolor
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi
%preun
@ -198,7 +198,7 @@ if [ "$1" = "0" ]; then
fi
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache %{_datadir}/icons/hicolor
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi
%files -f gimp.files
@ -313,6 +313,9 @@ fi
%{_libdir}/pkgconfig/*
%changelog
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 2:2.2.6-2
- silence %%post
* Mon Apr 11 2005 Nils Philippsen <nphilipp@redhat.com>
- version 2.2.6