summaryrefslogtreecommitdiffstats
path: root/development/bluefish/doinst.sh
diff options
context:
space:
mode:
author Robby Workman2010-05-11 14:05:50 +0200
committer Robby Workman2010-05-11 14:05:50 +0200
commit4f58cb07f6de29662b1eb3df8f94cc64fcdc6fbb (patch)
tree85da89bb35c60c9c04257d213b43c20a8da6b4a3 /development/bluefish/doinst.sh
parent486d6aecea77f6edfd3d1cef7cefbb17b16a41fb (diff)
downloadslackbuilds-4f58cb07f6de29662b1eb3df8f94cc64fcdc6fbb.tar.gz
development/bluefish: Initial import
Diffstat (limited to 'development/bluefish/doinst.sh')
-rw-r--r--development/bluefish/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/bluefish/doinst.sh b/development/bluefish/doinst.sh
new file mode 100644
index 0000000000..7f257cf9de
--- /dev/null
+++ b/development/bluefish/doinst.sh
@@ -0,0 +1,9 @@
+
+if [ -x usr/bin/update-desktop-database ]; then
+ ./usr/bin/update-desktop-database ./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
+