summaryrefslogtreecommitdiff
path: root/desktop/nitrogen/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/nitrogen/doinst.sh')
-rw-r--r--desktop/nitrogen/doinst.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/nitrogen/doinst.sh b/desktop/nitrogen/doinst.sh
index c3651bc867..30eb690936 100644
--- a/desktop/nitrogen/doinst.sh
+++ b/desktop/nitrogen/doinst.sh
@@ -1,5 +1,6 @@
-
-if [ -x /usr/bin/update-desktop-database ]; then
- /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
+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
+ fi
fi