From 4d6531e78ebf4848af4112e8a855821b0251ab9b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 22 Mar 2014 08:49:41 +0700 Subject: games/odamex: Updated for version 0.6.4. Signed-off-by: Willy Sudiarto Raharjo --- games/odamex/doinst.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'games/odamex/doinst.sh') diff --git a/games/odamex/doinst.sh b/games/odamex/doinst.sh index 1f8ff67ded..4e8ba7071d 100644 --- a/games/odamex/doinst.sh +++ b/games/odamex/doinst.sh @@ -2,9 +2,3 @@ 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 - -- cgit v1.2.3