From 13f5a4d417a9371ae9eafa6ee9ffc0804dfb1685 Mon Sep 17 00:00:00 2001 From: Eugene M Date: Thu, 25 Jun 2015 00:42:27 +0700 Subject: games/atanks: Added (Atomic Tanks). Signed-off-by: Willy Sudiarto Raharjo --- games/atanks/doinst.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 games/atanks/doinst.sh (limited to 'games/atanks/doinst.sh') diff --git a/games/atanks/doinst.sh b/games/atanks/doinst.sh new file mode 100644 index 0000000000..c9b350da4f --- /dev/null +++ b/games/atanks/doinst.sh @@ -0,0 +1,9 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/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 \ No newline at end of file -- cgit v1.2.3