summaryrefslogtreecommitdiffstats
path: root/system/vinterm/doinst.sh
diff options
context:
space:
mode:
author B. Watson2014-09-05 02:14:01 +0200
committer Willy Sudiarto Raharjo2014-09-05 19:02:52 +0200
commit5aca0439cbcd16cdaf5c444f1fed3280bfe71366 (patch)
tree5645b30e7671fbffd1434d8c26de1e75528fee10 /system/vinterm/doinst.sh
parentbf9ed6416edf191fe7989f13eea2e864299c2511 (diff)
downloadslackbuilds-5aca0439cbcd16cdaf5c444f1fed3280bfe71366.tar.gz
system/vinterm: Added (terminal emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/vinterm/doinst.sh')
-rw-r--r--system/vinterm/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/vinterm/doinst.sh b/system/vinterm/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/vinterm/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