summaryrefslogtreecommitdiff
path: root/desktop/emerald/doinst.sh
diff options
context:
space:
mode:
authorDavid Somero <dsomero@hotmail.com>2010-05-11 22:53:20 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 22:53:20 +0200
commit49b6a6aef9ce51269a2d9e68d058a02838b2658e (patch)
tree189e86631c5f645d1c78843f21c94d4c64b3ca31 /desktop/emerald/doinst.sh
parent0ffe6473aae2ba908d9c9fd5b8a1abc820176f7c (diff)
downloadslackbuilds-49b6a6aef9ce51269a2d9e68d058a02838b2658e.tar.gz
desktop/emerald: Added to 12.1 repository
Diffstat (limited to 'desktop/emerald/doinst.sh')
-rw-r--r--desktop/emerald/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/emerald/doinst.sh b/desktop/emerald/doinst.sh
new file mode 100644
index 0000000000..83f515066f
--- /dev/null
+++ b/desktop/emerald/doinst.sh
@@ -0,0 +1,9 @@
+
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications
+fi
+
+if [ -x /usr/bin/update-mime-database ]; then
+ /usr/bin/update-mime-database usr/share/mime > /dev/null 2>&1
+fi
+