diff options
author | Binh Nguyen <binhnguyen@fastmail.fm> | 2010-08-14 15:50:57 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-08-14 15:50:57 -0400 |
commit | 6e01e00a8ac3b0985849bdedfa052d59f5c536f4 (patch) | |
tree | 5ee05282814009a764f681b2bf553761c3012384 /system/gdmap/doinst.sh | |
parent | 9fb90a6a4f7600f51964b81dcb33eb9ef062fd1d (diff) | |
download | slackbuilds-6e01e00a8ac3b0985849bdedfa052d59f5c536f4.tar.gz |
system/gdmap: Added (graphically explore your disks)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/gdmap/doinst.sh')
-rw-r--r-- | system/gdmap/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/gdmap/doinst.sh b/system/gdmap/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/gdmap/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |