diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-11-25 15:35:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-28 07:25:59 +0700 |
commit | 6671081506b3c9f4bb7aeebca59554fbe1c434a5 (patch) | |
tree | 0b232be1a56a7eb4904ee75de65de2b74bad02c0 /desktop/numix-gtk-theme/doinst.sh | |
parent | c5b5f708c88806b192814847333b4c53ca438a53 (diff) | |
download | slackbuilds-6671081506b3c9f4bb7aeebca59554fbe1c434a5.tar.gz |
desktop/numix-gtk-theme: Added (modern flat theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/numix-gtk-theme/doinst.sh')
-rw-r--r-- | desktop/numix-gtk-theme/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/numix-gtk-theme/doinst.sh b/desktop/numix-gtk-theme/doinst.sh new file mode 100644 index 0000000000..9424ce43ff --- /dev/null +++ b/desktop/numix-gtk-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 |