about summary refs log tree commit diff
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-28 18:07:28 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-28 19:01:39 -0500
commit898870824d708fac857479f755ab38a657905abc (patch)
tree28ade7804dbf10a61e3647ae95d8d660b689fdfc
parenta84fa920085a75529a41e567c8cbb85368019e94 (diff)
pantheon.elementary-files: rely on desktop-file-utils hook
-rw-r--r--pkgs/desktops/pantheon/apps/elementary-files/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-files/default.nix b/pkgs/desktops/pantheon/apps/elementary-files/default.nix
index 3494474c49c58..9855a1394e599 100644
--- a/pkgs/desktops/pantheon/apps/elementary-files/default.nix
+++ b/pkgs/desktops/pantheon/apps/elementary-files/default.nix
@@ -61,11 +61,6 @@ stdenv.mkDerivation rec {
     substituteInPlace filechooser-module/FileChooserDialog.vala --subst-var-by ELEMENTARY_FILES_GSETTINGS_PATH $out/share/gsettings-schemas/${name}/glib-2.0/schemas
   '';
 
-  # xdg.mime will create this
-  postInstall = ''
-    rm $out/share/applications/mimeinfo.cache
-  '';
-
   meta = with stdenv.lib; {
     description = "File browser designed for elementary OS";
     homepage = https://github.com/elementary/files;