From b59f6376958166f23555e270a854e254f222b036 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 11 Jul 2015 12:54:51 +0700 Subject: games/pychess: Added (gtk chess client). Signed-off-by: Willy Sudiarto Raharjo --- games/pychess/doinst.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 games/pychess/doinst.sh (limited to 'games/pychess/doinst.sh') 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 -- cgit v1.2.3