summary refs log tree commit diff
path: root/pkgs/applications/graphics/dia/default.nix
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/graphics/dia/default.nix
parent876b1c1cac74f5c247c29e91a012fc8315f604dd (diff)
downloadnixpkgs-82bdf7c8d9e537b18a06a4acaf1edd400112e846.tar
nixpkgs-82bdf7c8d9e537b18a06a4acaf1edd400112e846.tar.gz
nixpkgs-82bdf7c8d9e537b18a06a4acaf1edd400112e846.tar.bz2
nixpkgs-82bdf7c8d9e537b18a06a4acaf1edd400112e846.tar.lz
nixpkgs-82bdf7c8d9e537b18a06a4acaf1edd400112e846.tar.xz
nixpkgs-82bdf7c8d9e537b18a06a4acaf1edd400112e846.tar.zst
nixpkgs-82bdf7c8d9e537b18a06a4acaf1edd400112e846.zip
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/graphics/dia/default.nix')
-rw-r--r--pkgs/applications/graphics/dia/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/dia/default.nix b/pkgs/applications/graphics/dia/default.nix
index 7662d64e9de..769acd2a3b6 100644
--- a/pkgs/applications/graphics/dia/default.nix
+++ b/pkgs/applications/graphics/dia/default.nix
@@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
 
   patches = [ ./glib-top-level-header.patch ];
 
+  # 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 = "Gnome Diagram drawing software";
     homepage = http://live.gnome.org/Dia;