summaryrefslogtreecommitdiffstats
path: root/games/pychess/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-07-11 12:54:51 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-11 14:10:57 +0700
commitb59f6376958166f23555e270a854e254f222b036 (patch)
treeb6d75d56dd82715161f1e8a2811733bc085e21d6 /games/pychess/doinst.sh
parent1e73fc8a3e33f753427992a43fd09e18502ed1ab (diff)
downloadslackbuilds-b59f6376958166f23555e270a854e254f222b036.tar.gz
slackbuilds-b59f6376958166f23555e270a854e254f222b036.tar.xz
games/pychess: Added (gtk chess client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pychess/doinst.sh')
-rw-r--r--games/pychess/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/pychess/doinst.sh b/games/pychess/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/games/pychess/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