diff options
author | Michael Pratt <hi@michael-pratt.com> | 2016-08-24 06:29:16 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:40 +0100 |
commit | b2e40478811ca6dc9bcc9f2f11fa8438c0cf0052 (patch) | |
tree | 7e06143681fffcfbec060492c6c827c9df9bf778 /desktop/areao43-icon-theme/doinst.sh | |
parent | 57a1fa5276f57c35d3294187c119b3f1e19ca141 (diff) |
desktop/areao43-icon-theme: Added (icon theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/areao43-icon-theme/doinst.sh')
-rw-r--r-- | desktop/areao43-icon-theme/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/areao43-icon-theme/doinst.sh b/desktop/areao43-icon-theme/doinst.sh new file mode 100644 index 0000000000000..9424ce43ff572 --- /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 |