aboutsummaryrefslogtreecommitdiff
path: root/system/graphterm/doinst.sh
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-04-18 11:35:15 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:43 +0700
commita3cd5c9820ec5b7f78d7296f47259d7cd07c6313 (patch)
tree3b12a5ce02397d0ce1e2cdd44c951fff8c455d9f /system/graphterm/doinst.sh
parent6b5d3bd2843f7868bd337456a63ce02992c28d18 (diff)
downloadslackbuilds-a3cd5c9820ec5b7f78d7296f47259d7cd07c6313.tar.xz
system/graphterm: Updated for version 0.50.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/graphterm/doinst.sh')
-rw-r--r--system/graphterm/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/graphterm/doinst.sh b/system/graphterm/doinst.sh
new file mode 100644
index 000000000000..5fb28930db0b
--- /dev/null
+++ b/system/graphterm/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