summaryrefslogtreecommitdiffstats
path: root/network/xdman/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'network/xdman/doinst.sh')
-rw-r--r--network/xdman/doinst.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/network/xdman/doinst.sh b/network/xdman/doinst.sh
index aea0f894eb..5b35a0a29e 100644
--- a/network/xdman/doinst.sh
+++ b/network/xdman/doinst.sh
@@ -6,8 +6,9 @@ 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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi