This commit is contained in:
Rex Dieter 2010-05-02 16:19:31 +00:00
parent e4777656c1
commit 87f28ab876
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null || :
%postun common
if [ $1 -eq 0 ] ; then
touch --no-create %{_kd4_iconsdir}/hicolor &> /dev/null
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
fi