diff options
author | B. Watson <yalhcru@gmail.com> | 2018-12-22 02:03:52 -0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-22 02:03:52 -0900 |
commit | a0f38e425024f88a50a4487b000a7a8cdb9b81d4 (patch) | |
tree | c7617b1e493b67a735a0ed8ae87aaf20e85fad77 /audio/padthv1/doinst.sh | |
parent | fb0f1108bbe851ea26d6071c4c5e6b389755211a (diff) | |
download | slackbuilds-a0f38e425024f88a50a4487b000a7a8cdb9b81d4.tar.gz |
audio/padthv1: Added (polyphonic synthesizer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/padthv1/doinst.sh')
-rw-r--r-- | audio/padthv1/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/padthv1/doinst.sh b/audio/padthv1/doinst.sh new file mode 100644 index 0000000000..aea0f894eb --- /dev/null +++ b/audio/padthv1/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 |