summaryrefslogtreecommitdiffstats
path: root/development/wheel/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-10-21 17:43:54 +0200
committer Willy Sudiarto Raharjo2014-10-22 03:33:55 +0200
commit775386cee456962cde3c54e51984510e99ed428b (patch)
tree5ceeb9a2e7a25caa7a931177f4414a0aabca38ea /development/wheel/doinst.sh
parentefb267ab9c721966778f9b3871f9df982009cd1d (diff)
downloadslackbuilds-775386cee456962cde3c54e51984510e99ed428b.tar.gz
development/wheel: Added (built-package format).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/wheel/doinst.sh')
-rw-r--r--development/wheel/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/wheel/doinst.sh b/development/wheel/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/wheel/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