diff options
author | Mohammad Etemaddar <mohammad.etemaddar@gmail.com> | 2017-06-09 00:26:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-09 00:27:29 +0700 |
commit | fd6695127bf30591955314ff4d563f6306e4a2b4 (patch) | |
tree | 7728611c8bf677c74a56e68bc1da2f581483ea68 /development/atom-amd64/doinst.sh | |
parent | 9153662747c88c6fea1bff4df12ecea8cebeafd8 (diff) |
development/atom-amd64: Added (A hackable text editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/atom-amd64/doinst.sh')
-rw-r--r-- | development/atom-amd64/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/atom-amd64/doinst.sh b/development/atom-amd64/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/development/atom-amd64/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 |