diff options
author | B. Watson <yalhcru@gmail.com> | 2017-02-07 07:31:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-10 07:16:19 +0700 |
commit | cd1e7766b9c265af08fe9049cf26eec9b4626153 (patch) | |
tree | fd279031812140dab4c49933d46bf3ba90ef04c0 /audio/synthv1/doinst.sh | |
parent | 9fc45d82b45faccfbebca1fa168673a6ba2a90b4 (diff) |
audio/synthv1: Added (polyphonic synthesizer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/synthv1/doinst.sh')
-rw-r--r-- | audio/synthv1/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/synthv1/doinst.sh b/audio/synthv1/doinst.sh new file mode 100644 index 0000000000000..aea0f894eb32b --- /dev/null +++ b/audio/synthv1/doinst.sh @@ -0,0 +1,13 @@ +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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |