diff options
author | Michales Michaloudes <korgie@gmail.com> | 2010-05-13 00:57:24 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:57:24 +0200 |
commit | 02de713278984be065f347af2712ddb15d19c2e2 (patch) | |
tree | 2cc7ec0ab8fb58dd7b83276beaba2e77a795af46 /audio/SimpleSysexxer/doinst.sh | |
parent | a6c8e94ae10542688f49807f28195c41246dcac8 (diff) | |
download | slackbuilds-02de713278984be065f347af2712ddb15d19c2e2.tar.gz |
audio/SimpleSysexxer: Added to 13.0 repository
Diffstat (limited to 'audio/SimpleSysexxer/doinst.sh')
-rw-r--r-- | audio/SimpleSysexxer/doinst.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/SimpleSysexxer/doinst.sh b/audio/SimpleSysexxer/doinst.sh new file mode 100644 index 0000000000..9830478e8c --- /dev/null +++ b/audio/SimpleSysexxer/doinst.sh @@ -0,0 +1,14 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |