diff options
author | Mohammad Etemaddar <mohammad.etemaddar@gmail.com> | 2015-11-27 22:53:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | 421592ca62bf52fb641b32424eb7ed18f7c38932 (patch) | |
tree | 4b1e7702ff8c0de693fe2445eae1f149869fe95c /system/multibootusb/doinst.sh | |
parent | 328460ccc601258c23eb96d5794e9624e8209ac3 (diff) |
system/multibootusb: Added (Install live linux on a USB disk).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/multibootusb/doinst.sh')
-rw-r--r-- | system/multibootusb/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |