summaryrefslogtreecommitdiff
path: root/games/ember/doinst.sh
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2014-03-22 08:30:08 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-03-22 09:51:48 +0700
commit294efdfe656de4d0b3ac6924330389bf71f8d724 (patch)
tree0273f2b6faa0a49e6986d6d4abd571d6ff78259e /games/ember/doinst.sh
parent5d96d231d98b8ef124c5ad4e3b252f5ea7ad165d (diff)
downloadslackbuilds-294efdfe656de4d0b3ac6924330389bf71f8d724.tar.gz
games/ember: Added (3D Client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ember/doinst.sh')
-rw-r--r--games/ember/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/ember/doinst.sh b/games/ember/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/games/ember/doinst.sh
@@ -0,0 +1,13 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q 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
+
+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