summaryrefslogtreecommitdiff
path: root/system/xfe/doinst.sh
diff options
context:
space:
mode:
authorRobby Workman <rw@rlworkman.net>2010-05-11 15:18:49 +0200
committerErik Hanson <erik@slackbuilds.org>2010-05-11 15:18:49 +0200
commitab35e79e66658b1663aaf8f8b8ca8b5bdba80435 (patch)
tree7e45688ba85101a9d5ca8eb8f993845ae9c8872e /system/xfe/doinst.sh
parent16bae291cb96e7553fd2fe2d9cb742160f45a558 (diff)
downloadslackbuilds-ab35e79e66658b1663aaf8f8b8ca8b5bdba80435.tar.gz
system/xfe: Initial import
Diffstat (limited to 'system/xfe/doinst.sh')
-rw-r--r--system/xfe/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/xfe/doinst.sh b/system/xfe/doinst.sh
new file mode 100644
index 0000000000..cbc484f9f1
--- /dev/null
+++ b/system/xfe/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