From 421592ca62bf52fb641b32424eb7ed18f7c38932 Mon Sep 17 00:00:00 2001 From: Mohammad Etemaddar Date: Fri, 27 Nov 2015 22:53:52 +0700 Subject: system/multibootusb: Added (Install live linux on a USB disk). Signed-off-by: Willy Sudiarto Raharjo --- system/multibootusb/doinst.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 system/multibootusb/doinst.sh (limited to 'system/multibootusb/doinst.sh') diff --git a/system/multibootusb/doinst.sh b/system/multibootusb/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/system/multibootusb/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