summaryrefslogtreecommitdiffstats
path: root/multimedia/harmonySEQ/doinst.sh
diff options
context:
space:
mode:
author Zbigniew Baniewski2013-06-30 20:54:34 +0200
committer Erik Hanson2013-06-30 20:54:34 +0200
commitb3590b41f5d5cf92c6686e7be5755de3fdc639e6 (patch)
treee011b6dceb7a10ec57fedab30550040acbf49774 /multimedia/harmonySEQ/doinst.sh
parentd549cf473f466603eb32c2d6c7499a3fceb62040 (diff)
downloadslackbuilds-b3590b41f5d5cf92c6686e7be5755de3fdc639e6.tar.gz
multimedia/harmonySEQ: Added (a MIDI sequencer for Linux)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'multimedia/harmonySEQ/doinst.sh')
-rw-r--r--multimedia/harmonySEQ/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/harmonySEQ/doinst.sh b/multimedia/harmonySEQ/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/multimedia/harmonySEQ/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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi