summaryrefslogtreecommitdiffstats
path: root/system/pyarchey/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-04-13 19:10:29 +0200
committer Willy Sudiarto Raharjo2015-04-13 19:31:30 +0200
commit036aad6ecf437c51851791c76e789fa51985e146 (patch)
tree552a6efe531127346a4d9c82a3b42298db42dd0c /system/pyarchey/doinst.sh
parente406d981e8466e2ef539072210255bdb79f6c353 (diff)
downloadslackbuilds-036aad6ecf437c51851791c76e789fa51985e146.tar.gz
system/pyarchey: Added (system information tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pyarchey/doinst.sh')
-rw-r--r--system/pyarchey/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/pyarchey/doinst.sh b/system/pyarchey/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/pyarchey/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