From 3b295c04e664409e86f1fc0a7bea151a03f0c96f Mon Sep 17 00:00:00 2001 From: Cristiano Urban Date: Mon, 25 Jul 2016 22:58:51 +0700 Subject: system/I-Nex: Added (System information tool). Signed-off-by: Willy Sudiarto Raharjo --- system/I-Nex/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/I-Nex/doinst.sh (limited to 'system/I-Nex/doinst.sh') diff --git a/system/I-Nex/doinst.sh b/system/I-Nex/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/I-Nex/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