diff options
author | B. Watson <yalhcru@gmail.com> | 2014-03-28 23:14:45 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-04-12 13:59:47 -0500 |
commit | cf2792497dc15d3fc1014b3388d972644a0acd01 (patch) | |
tree | 4e90236bce801618d0a93ad4be2a5f1cce8f1ac0 /games/alephone/doinst.sh | |
parent | 322cfb172d9c04dfc3aa7a1908cb61dbab952443 (diff) |
games/alephone: Updated for version 20140104.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/alephone/doinst.sh')
-rw-r--r-- | games/alephone/doinst.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/alephone/doinst.sh b/games/alephone/doinst.sh index 8542d1c18e4c..5fb28930db0b 100644 --- a/games/alephone/doinst.sh +++ b/games/alephone/doinst.sh @@ -1,5 +1,3 @@ -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 +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi |