summaryrefslogtreecommitdiffstats
path: root/desktop/vertex-maia-icon-theme/doinst.sh
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2020-06-03 15:23:59 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-06-03 15:23:59 +0700
commitec87fca0e0887ec973639abd4121983910b246b9 (patch)
tree17a93ba07bcff7ee0ed3f1020925729b4cb71a6c /desktop/vertex-maia-icon-theme/doinst.sh
parentc2ea3bcbd617c2a3a13b27b2f51d8fd77f0c008d (diff)
downloadslackbuilds-ec87fca0e0887ec973639abd4121983910b246b9.tar.gz
slackbuilds-ec87fca0e0887ec973639abd4121983910b246b9.tar.xz
desktop/vertex-maia-icon-theme: Added (Manjaro icon theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/vertex-maia-icon-theme/doinst.sh')
-rw-r--r--desktop/vertex-maia-icon-theme/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/vertex-maia-icon-theme/doinst.sh b/desktop/vertex-maia-icon-theme/doinst.sh
new file mode 100644
index 0000000000..aea0f894eb
--- /dev/null
+++ b/desktop/vertex-maia-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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi