summaryrefslogtreecommitdiffstats
path: root/development/atom/doinst.sh
diff options
context:
space:
mode:
author DhabyX2014-05-10 12:26:00 +0200
committer Willy Sudiarto Raharjo2014-05-12 02:36:05 +0200
commite50988d28b4a7350141c551b5b29c25cf6331221 (patch)
tree55d053a4794042602f23df75ee21fceab325a8c9 /development/atom/doinst.sh
parente56297f61df11f0206407e95ac1f03bd8695c9b0 (diff)
downloadslackbuilds-e50988d28b4a7350141c551b5b29c25cf6331221.tar.gz
development/atom: Added (Chrome-based and Hackable text editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/atom/doinst.sh')
-rw-r--r--development/atom/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/atom/doinst.sh b/development/atom/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/development/atom/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