summaryrefslogtreecommitdiffstats
path: root/office/keepassxc/doinst.sh
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2017-02-17 22:14:49 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-02-17 22:18:54 +0000
commite7a3a76dbba0c9871e39b1f350afeeb00252cabc (patch)
treef8ae7eda7d49b943a3bd8c4bd33abb85a5ec98b2 /office/keepassxc/doinst.sh
parentd6f4243bd6e0a7092a4ff5fb90f7f7db4d3dc7d1 (diff)
downloadslackbuilds-e7a3a76dbba0c9871e39b1f350afeeb00252cabc.tar.gz
slackbuilds-e7a3a76dbba0c9871e39b1f350afeeb00252cabc.tar.xz
office/keepassxc: Updated for version 2.1.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/keepassxc/doinst.sh')
-rw-r--r--office/keepassxc/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/office/keepassxc/doinst.sh b/office/keepassxc/doinst.sh
index 9a8ded3c60..aea0f894eb 100644
--- a/office/keepassxc/doinst.sh
+++ b/office/keepassxc/doinst.sh
@@ -5,3 +5,9 @@ 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