aboutsummaryrefslogtreecommitdiff
path: root/desktop/gnome-icon-theme-stock
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-06-20 15:15:11 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-23 07:48:06 +0700
commit775df4753c94a886eb4e85039df88c82a312baec (patch)
tree1629eefafbddc927613183df2bbe175ee412fc9f /desktop/gnome-icon-theme-stock
parentd350d81a8c8002a775f77f83120309293faca267 (diff)
desktop/gnome-icon-theme-stock: Fix doinst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/gnome-icon-theme-stock')
-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