opera|dia|geany: remove the obsolete share/icons/hicolor/icon-theme.cache file

This file should normally require a gtk-update-icon-cache -q /usr/share/icons/hicolor command
It have no reasons to exist in a redistribuable package
This commit is contained in:
Baptist BENOIST
2012-11-28 00:21:34 +01:00
parent 876b1c1cac
commit 82bdf7c8d9
3 changed files with 12 additions and 0 deletions
@@ -73,6 +73,10 @@ stdenv.mkDerivation rec {
postFixup = ''
oldRPATH=`patchelf --print-rpath $out/lib/opera/opera`
patchelf --set-rpath $oldRPATH:${cups}/lib $out/lib/opera/opera
# This file should normally require a gtk-update-icon-cache -q /usr/share/icons/hicolor command
# It have no reasons to exist in a redistribuable package
rm $out/share/icons/hicolor/icon-theme.cache
'';
meta = {