about summary refs log tree commit diff
path: root/nixos/modules/config/system-path.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-04-16 18:08:00 +0200
committerDomen Kožar <domen@dev.si>2014-04-16 18:08:00 +0200
commit3a9f28ee0860ea42bd0b2d66fdd04342191c2b0d (patch)
tree412e26232a581ad3ec95c9d967eaf1b3d9323867 /nixos/modules/config/system-path.nix
parent3b3f7d2595662d748e63ba08ea591ca04b53ae32 (diff)
parent92a831a4ecfdc58106564ff7f69f13a7dd29a079 (diff)
downloadnixlib-3a9f28ee0860ea42bd0b2d66fdd04342191c2b0d.tar
nixlib-3a9f28ee0860ea42bd0b2d66fdd04342191c2b0d.tar.gz
nixlib-3a9f28ee0860ea42bd0b2d66fdd04342191c2b0d.tar.bz2
nixlib-3a9f28ee0860ea42bd0b2d66fdd04342191c2b0d.tar.lz
nixlib-3a9f28ee0860ea42bd0b2d66fdd04342191c2b0d.tar.xz
nixlib-3a9f28ee0860ea42bd0b2d66fdd04342191c2b0d.tar.zst
nixlib-3a9f28ee0860ea42bd0b2d66fdd04342191c2b0d.zip
Merge pull request #2185 from lethalman/gnome3
tracker, licenses.cc-by-30, gnome-user-docs, upgrade sushi, gnome-keyring service, gnome-user-share, gnome-tweak-tool, gnome-shell-extensions, xdg-user-dirs
Diffstat (limited to 'nixos/modules/config/system-path.nix')
-rw-r--r--nixos/modules/config/system-path.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index b8e61296dd67..2ea998bbb635 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -135,6 +135,10 @@ in
           if [ -x $out/bin/glib-compile-schemas -a -w $out/share/glib-2.0/schemas ]; then
               $out/bin/glib-compile-schemas $out/share/glib-2.0/schemas
           fi
+
+          if [ -x $out/bin/update-desktop-database -a -w $out/share/applications ]; then
+              $out/bin/update-desktop-database $out/share/applications
+          fi
         '';
     };