From 57c0fa7bb2c41638fc2faedb10317da2b0f8c324 Mon Sep 17 00:00:00 2001 From: Edinaldo P. Silva Date: Mon, 17 Aug 2015 23:12:49 +0700 Subject: desktop/pspshrink: Added (ISO compressor for PSP games). Signed-off-by: Willy Sudiarto Raharjo --- desktop/pspshrink/doinst.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 desktop/pspshrink/doinst.sh (limited to 'desktop/pspshrink/doinst.sh') diff --git a/desktop/pspshrink/doinst.sh b/desktop/pspshrink/doinst.sh new file mode 100644 index 0000000000..9424ce43ff --- /dev/null +++ b/desktop/pspshrink/doinst.sh @@ -0,0 +1,13 @@ +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 [ -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 -- cgit v1.2.3