summaryrefslogtreecommitdiffstats
path: root/system/slpkg/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-05-08 06:52:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-12 07:35:53 +0700
commit8599a471729f5a0f695971f6dfb4a2f886d65a9c (patch)
tree0d629f0e0c39a78e5a7574adf9e5a3ba060a51af /system/slpkg/doinst.sh
parenteb652744102165b9c9cb050d78c7f9e36d1e502d (diff)
downloadslackbuilds-8599a471729f5a0f695971f6dfb4a2f886d65a9c.tar.gz
slackbuilds-8599a471729f5a0f695971f6dfb4a2f886d65a9c.tar.xz
system/slpkg: Added (Slackware tool in Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slpkg/doinst.sh')
-rw-r--r--system/slpkg/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/slpkg/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