summaryrefslogtreecommitdiffstats
path: root/graphics/frescobaldi/doinst.sh
diff options
context:
space:
mode:
author Michales Michaloudes2011-03-06 14:19:48 +0100
committer Niels Horn2011-03-06 14:19:48 +0100
commit09cee93a1951d21141887a37ae175869d7f0434b (patch)
tree084eb45641574e6a54db6b4a89bcbd8954c3d06b /graphics/frescobaldi/doinst.sh
parentdbf119ec11d3acf73b95d2cf421cf7b0ec8a2ef9 (diff)
downloadslackbuilds-09cee93a1951d21141887a37ae175869d7f0434b.tar.gz
graphics/frescobaldi: Added (LilyPond sheet music editor)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/frescobaldi/doinst.sh')
-rw-r--r--graphics/frescobaldi/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/frescobaldi/doinst.sh b/graphics/frescobaldi/doinst.sh
new file mode 100644
index 0000000000..1f8ff67ded
--- /dev/null
+++ b/graphics/frescobaldi/doinst.sh
@@ -0,0 +1,10 @@
+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
+