Ignore errors when trying to delete the icon cache file even if it doesn't exist.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3667 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2009-03-27 16:42:57 +00:00
parent 9431eea244
commit c70f7c7a8c

View File

@ -49,7 +49,7 @@ Some basic features of Geany:
# try uncommenting the following line to workaround the problem (and add sed to BuildRequires)
#sed -i "s@libdir='.*'@libdir='%{_libdir}/%{name}'@g" $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
%__rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
%__rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
%clean
%__rm -Rf $RPM_BUILD_ROOT