diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2019-02-23 07:53:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-23 07:53:50 +0700 |
commit | 27cfcc05a0aa06ddec0be57b15e252a2257b97ef (patch) | |
tree | 48a36a90089b5156b728b38b6ec3d793544051f6 /system/saleae-logic/doinst.sh | |
parent | 5c87535b2ca5481412501ddd907e89962352ea89 (diff) | |
download | slackbuilds-27cfcc05a0aa06ddec0be57b15e252a2257b97ef.tar.gz |
system/saleae-logic: Added (Logic Analyzer Software).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/saleae-logic/doinst.sh')
-rw-r--r-- | system/saleae-logic/doinst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/saleae-logic/doinst.sh b/system/saleae-logic/doinst.sh new file mode 100644 index 0000000000..dd240ff2ae --- /dev/null +++ b/system/saleae-logic/doinst.sh @@ -0,0 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1 +fi |