diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-02 22:21:27 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | f4020cea36fdccdb57e02a64145aff9512d98d84 (patch) | |
tree | 83df1ebfa5b87edc536ad2faeb57045bf9d5f56c /games/ppsspp/doinst.sh | |
parent | 53956504b1c505c014d8727464a470e93326c8d3 (diff) |
games/ppsspp: Added (fast and portable PSP emulator).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/ppsspp/doinst.sh')
-rw-r--r-- | games/ppsspp/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/ppsspp/doinst.sh b/games/ppsspp/doinst.sh new file mode 100644 index 0000000000000..3e5691a052b5b --- /dev/null +++ b/games/ppsspp/doinst.sh @@ -0,0 +1,9 @@ +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 |