diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-09-09 04:11:11 +0100 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2022-09-09 04:11:11 +0100 |
commit | 28d1a394278ba41d3799348d3cb615d8ac219993 (patch) | |
tree | 496e68da6a0c55a23f893b32cac53a37f4455714 /games/dolphin-emu/doinst.sh | |
parent | e2be3675529441cab784737d011ea1d1151d71a4 (diff) | |
download | slackbuilds-28d1a394278ba41d3799348d3cb615d8ac219993.tar.gz |
games/dolphin-emu: Updated for version 20220903_1088021.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'games/dolphin-emu/doinst.sh')
-rw-r--r-- | games/dolphin-emu/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/dolphin-emu/doinst.sh b/games/dolphin-emu/doinst.sh index 65c7e2eeb9..262eb5a9e5 100644 --- a/games/dolphin-emu/doinst.sh +++ b/games/dolphin-emu/doinst.sh @@ -2,6 +2,11 @@ if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi + +# If other icon themes are installed, then add to/modify this as needed 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 -f usr/share/icons/hicolor >/dev/null 2>&1 |