From a56822128b587b18b333c4c55c24262f5fdd6b1a Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Tue, 15 Apr 2014 23:10:34 +0700 Subject: business/tryton: Updated for version 3.0.3. Signed-off-by: Willy Sudiarto Raharjo --- business/tryton/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 business/tryton/doinst.sh (limited to 'business/tryton/doinst.sh') 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 -- cgit v1.2.3