summaryrefslogtreecommitdiffstats
path: root/audio/SongRec/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'audio/SongRec/doinst.sh')
-rw-r--r--audio/SongRec/doinst.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/SongRec/doinst.sh b/audio/SongRec/doinst.sh
new file mode 100644
index 0000000000..b1a6492d6f
--- /dev/null
+++ b/audio/SongRec/doinst.sh
@@ -0,0 +1,12 @@
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi
+
+# If other icon themes are installed, then add to/modify this as needed
+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
+