aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/gnome-icon-theme-stock/doinst.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/gnome-icon-theme-stock/doinst.sh b/desktop/gnome-icon-theme-stock/doinst.sh
index 35fc874cb9c8..57b5ff777b52 100644
--- a/desktop/gnome-icon-theme-stock/doinst.sh
+++ b/desktop/gnome-icon-theme-stock/doinst.sh
@@ -1,6 +1,6 @@
-if [ -e /usr/share/icons/gnome/icon-theme.cache ]; then
+if [ -e usr/share/icons/gnome/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache /usr/share/icons/gnome 1> /dev/null 2> /dev/null
+ /usr/bin/gtk-update-icon-cache usr/share/icons/gnome 1> /dev/null 2> /dev/null
fi
fi