From b2e40478811ca6dc9bcc9f2f11fa8438c0cf0052 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Wed, 24 Aug 2016 06:29:16 +0700 Subject: desktop/areao43-icon-theme: Added (icon theme). Signed-off-by: Willy Sudiarto Raharjo --- desktop/areao43-icon-theme/doinst.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 desktop/areao43-icon-theme/doinst.sh (limited to 'desktop/areao43-icon-theme/doinst.sh') diff --git a/desktop/areao43-icon-theme/doinst.sh b/desktop/areao43-icon-theme/doinst.sh new file mode 100644 index 0000000000..9424ce43ff --- /dev/null +++ b/desktop/areao43-icon-theme/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-65-gdbad