summaryrefslogtreecommitdiffstats
path: root/ham/xfhell/doinst.sh
diff options
context:
space:
mode:
author JK Wood2014-07-21 14:19:45 +0200
committer Willy Sudiarto Raharjo2014-07-22 01:12:44 +0200
commit256a0c56a072cb1f1632e49adff009e372a82bf6 (patch)
tree671dcd1e7cf32f019e09288fe4cdd17c3b7dda80 /ham/xfhell/doinst.sh
parent043b31f18aad0a92e3473c78b59e3095c4879d4a (diff)
downloadslackbuilds-256a0c56a072cb1f1632e49adff009e372a82bf6.tar.gz
ham/xfhell: Added desktop file and icon.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/xfhell/doinst.sh')
-rw-r--r--ham/xfhell/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ham/xfhell/doinst.sh b/ham/xfhell/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/ham/xfhell/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