diff options
author | DhabyX <slack.dhabyx@gmail.com> | 2014-05-10 17:26:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-12 07:36:05 +0700 |
commit | e50988d28b4a7350141c551b5b29c25cf6331221 (patch) | |
tree | 55d053a4794042602f23df75ee21fceab325a8c9 /development/atom/doinst.sh | |
parent | e56297f61df11f0206407e95ac1f03bd8695c9b0 (diff) |
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.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/atom/doinst.sh b/development/atom/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /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 |