diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2014-11-19 01:06:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-19 01:06:13 +0700 |
commit | c80ef72a82c26f83e9ea4156100db6ebc832437d (patch) | |
tree | 6fa6ca76ed7456e56ae0c71e51479c27062983fd /development/smartgit/doinst.sh | |
parent | c179cf805dd9ed0255c219f96ee321032551751b (diff) |
development/smartgit: Added (Desktop Git Client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/smartgit/doinst.sh')
-rw-r--r-- | development/smartgit/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/smartgit/doinst.sh b/development/smartgit/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/development/smartgit/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 |