diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-29 08:33:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-29 08:33:24 +0700 |
commit | 37959ea0d26335ee02acb4ca873c40563068e5fe (patch) | |
tree | 1cef379acdb2ca2d32b95ce897722f012eed66b6 /games/tome4/doinst.sh | |
parent | 52a216c1b26b08a84a7dea0e0ef3559111f35490 (diff) | |
download | slackbuilds-37959ea0d26335ee02acb4ca873c40563068e5fe.tar.gz |
games/tome4: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tome4/doinst.sh')
-rw-r--r-- | games/tome4/doinst.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/tome4/doinst.sh b/games/tome4/doinst.sh index 8542d1c18e..5fb28930db 100644 --- a/games/tome4/doinst.sh +++ b/games/tome4/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 |