summaryrefslogtreecommitdiffstats
path: root/business/tryton/doinst.sh
diff options
context:
space:
mode:
author Ken Roberts <alisonken1@juno.com>2014-04-15 23:10:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:26 +0700
commita56822128b587b18b333c4c55c24262f5fdd6b1a (patch)
tree4f72266f22e04740d16acc77c07fec055e2028e8 /business/tryton/doinst.sh
parent9fd36e098c94ba888812f2c9a56db1463b66025b (diff)
downloadslackbuilds-a56822128b587b18b333c4c55c24262f5fdd6b1a.tar.gz
slackbuilds-a56822128b587b18b333c4c55c24262f5fdd6b1a.tar.xz
business/tryton: Updated for version 3.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'business/tryton/doinst.sh')
-rw-r--r--business/tryton/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/business/tryton/doinst.sh b/business/tryton/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/business/tryton/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