summaryrefslogtreecommitdiffstats
path: root/desktop/numix-gtk-theme/doinst.sh
diff options
context:
space:
mode:
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
commit6671081506b3c9f4bb7aeebca59554fbe1c434a5 (patch)
tree0b232be1a56a7eb4904ee75de65de2b74bad02c0 /desktop/numix-gtk-theme/doinst.sh
parentc5b5f708c88806b192814847333b4c53ca438a53 (diff)
downloadslackbuilds-6671081506b3c9f4bb7aeebca59554fbe1c434a5.tar.gz
slackbuilds-6671081506b3c9f4bb7aeebca59554fbe1c434a5.tar.xz
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.sh13
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