diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-05-09 08:11:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-09 08:11:52 +0700 |
commit | 024cff436f76cc4b3dd7941bafe80b069a3abbe0 (patch) | |
tree | 3c1b59a9f9cd9b0986b078c2736d28a301f71d04 /desktop/awoken-icon-theme/doinst.sh | |
parent | 22d4921f281448667bf1a645361c14e80d5b5817 (diff) | |
download | slackbuilds-024cff436f76cc4b3dd7941bafe80b069a3abbe0.tar.gz |
desktop/awoken-icon-theme: Added (gnome icon theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/awoken-icon-theme/doinst.sh')
-rw-r--r-- | desktop/awoken-icon-theme/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/awoken-icon-theme/doinst.sh b/desktop/awoken-icon-theme/doinst.sh new file mode 100644 index 0000000000..9424ce43ff --- /dev/null +++ b/desktop/awoken-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 |