diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-13 22:48:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-13 22:48:17 +0700 |
commit | af968436f0ecac430c3cd21c5c445480e23e5739 (patch) | |
tree | 97ad19d362b7c7cbd3831c5492a2dcaf9daef89b /system/barman/doinst.sh | |
parent | 5903ee899fc79696fad4552c51971545e7bc12a6 (diff) |
system/barman: Updated for version 1.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/barman/doinst.sh')
-rw-r--r-- | system/barman/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/barman/doinst.sh b/system/barman/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/system/barman/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 |