diff options
Diffstat (limited to 'games/vbam/doinst.sh')
-rw-r--r-- | games/vbam/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/vbam/doinst.sh b/games/vbam/doinst.sh index dd52706baa..1e7838b341 100644 --- a/games/vbam/doinst.sh +++ b/games/vbam/doinst.sh @@ -11,5 +11,15 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } +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 + config etc/vbam.cfg.new |