diff options
author | Ruan K. F <ruan.klein@gmail.com> | 2015-01-13 06:59:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-13 06:59:44 +0700 |
commit | 36d6ed03552f912ad82c36dc37036766c5da93c8 (patch) | |
tree | 6aa1841553c1a5a30d11c06933c38b7c29213f65 /system/winusb/doinst.sh | |
parent | 2829844cc26441ca03164164f89bbe3f9cac4db7 (diff) | |
download | slackbuilds-36d6ed03552f912ad82c36dc37036766c5da93c8.tar.gz |
system/winusb: Added (USB Stick Windows Installer Creator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/winusb/doinst.sh')
-rw-r--r-- | system/winusb/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/winusb/doinst.sh b/system/winusb/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/winusb/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 |