summaryrefslogtreecommitdiffstats
path: root/audio/qastools/doinst.sh
diff options
context:
space:
mode:
author ponce <matteo.bernardini@gmail.com>2011-12-28 05:31:25 -0600
committer Robby Workman <rworkman@slackbuilds.org>2011-12-31 00:24:39 -0600
commit27731d90c8962966cbdd494603ce3a3e4d006a6b (patch)
tree5b37bc65f7604ab3ce885745aa2d2034b8fe2228 /audio/qastools/doinst.sh
parent6513ef391ca0b0e3571ed96b2f4ac4ae175b6b72 (diff)
downloadslackbuilds-27731d90c8962966cbdd494603ce3a3e4d006a6b.tar.gz
slackbuilds-27731d90c8962966cbdd494603ce3a3e4d006a6b.tar.xz
audio/qastools: Added (alsa desktop utilities)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/qastools/doinst.sh')
-rw-r--r--audio/qastools/doinst.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/qastools/doinst.sh b/audio/qastools/doinst.sh
new file mode 100644
index 0000000000..0a02ce22c8
--- /dev/null
+++ b/audio/qastools/doinst.sh
@@ -0,0 +1,8 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/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