summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/geany
diff options
context:
space:
mode:
authorBaptist BENOIST <return_0@live.com>2012-11-28 00:21:34 +0100
committerBaptist BENOIST <return_0@live.com>2012-11-28 00:21:34 +0100
commit82bdf7c8d9e537b18a06a4acaf1edd400112e846 (patch)
tree2b773d2d2b5335affd4c34346d89cf7cba7410f3 /pkgs/applications/editors/geany
parent876b1c1cac74f5c247c29e91a012fc8315f604dd (diff)
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
Diffstat (limited to 'pkgs/applications/editors/geany')
-rw-r--r--pkgs/applications/editors/geany/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/editors/geany/default.nix b/pkgs/applications/editors/geany/default.nix
index 1c08dc6db8d7..289cf7ff8d63 100644
--- a/pkgs/applications/editors/geany/default.nix
+++ b/pkgs/applications/editors/geany/default.nix
@@ -18,6 +18,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
+ # 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
+ postInstall = "rm $out/share/icons/hicolor/icon-theme.cache";
+
meta = {
description = "A GTK2 small and ligthweight IDE.";
longDescription = ''