summaryrefslogtreecommitdiffstats
path: root/system/Eterm/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-09-21 03:41:16 +0200
committer Willy Sudiarto Raharjo2014-09-21 03:41:16 +0200
commit032dfae40f18c157627e3dc75e46d977cc74cf49 (patch)
treeb83c04a0f99e883322fc5e5ac84530ee6fcb8f4f /system/Eterm/doinst.sh
parent56a77f4578a4d0c5dc1d63df0c911374e288f19e (diff)
downloadslackbuilds-032dfae40f18c157627e3dc75e46d977cc74cf49.tar.gz
system/Eterm: Added (vt102 terminal emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/Eterm/doinst.sh')
-rw-r--r--system/Eterm/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/Eterm/doinst.sh b/system/Eterm/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/Eterm/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