aboutsummaryrefslogtreecommitdiff
path: root/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doinst.sh')
-rw-r--r--doinst.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/doinst.sh b/doinst.sh
index 1b6458d..1cdfb9e 100644
--- a/doinst.sh
+++ b/doinst.sh
@@ -42,9 +42,10 @@ if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
+# If other icon themes are installed, then add to/modify this as needed
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
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi