summaryrefslogtreecommitdiffstats
path: root/desktop/velox/doinst.sh
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-10-23 05:42:32 +0200
committer Willy Sudiarto Raharjo2015-10-23 05:42:32 +0200
commita9902270f25119680ae5af532d83b9ec4b74a35e (patch)
tree77e2cf9d4085807e3606d91a221e2cdf492458f3 /desktop/velox/doinst.sh
parent7982acf2f8c574ae7c58c6d075480ed26fe8a8c5 (diff)
downloadslackbuilds-a9902270f25119680ae5af532d83b9ec4b74a35e.tar.gz
desktop/velox: Added (simple window manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/velox/doinst.sh')
-rw-r--r--desktop/velox/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/velox/doinst.sh b/desktop/velox/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/desktop/velox/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