diff options
Diffstat (limited to 'office/keepassx/doinst.sh')
-rw-r--r-- | office/keepassx/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/office/keepassx/doinst.sh b/office/keepassx/doinst.sh index e4e6459838..aea0f894eb 100644 --- a/office/keepassx/doinst.sh +++ b/office/keepassx/doinst.sh @@ -6,3 +6,8 @@ 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 |