diff options
author | CRTS <crts@gmx.net> | 2020-05-02 17:10:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-02 17:13:32 +0700 |
commit | 495edecaac772164bb3675d5bd13d6aa1a2602a9 (patch) | |
tree | bd80df0cd14521feb7079bbdb2dda3fab5a64677 /games/fs-uae/doinst.sh | |
parent | d64ca84a70448be988be793110209c15d1520529 (diff) |
games/fs-uae: Updated for version 3.0.3, moved from system.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/fs-uae/doinst.sh')
-rw-r--r-- | games/fs-uae/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/fs-uae/doinst.sh b/games/fs-uae/doinst.sh new file mode 100644 index 0000000000000..4a25de5e6fbd1 --- /dev/null +++ b/games/fs-uae/doinst.sh @@ -0,0 +1,10 @@ +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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |