summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author B. Watson2023-06-20 23:17:40 +0200
committer Willy Sudiarto Raharjo2023-06-23 02:48:09 +0200
commitbaefee18b96b0161888496ebf32d463d3a38c868 (patch)
tree9bc028681c32ed4ff38047d18b2c3eb3274ea356 /system
parent2e3c292f14df4f3e734d70b4a46158820028d272 (diff)
downloadslackbuilds-baefee18b96b0161888496ebf32d463d3a38c868.tar.gz
system/epson-printer-utility: Fix doinst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/epson-printer-utility/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/epson-printer-utility/doinst.sh b/system/epson-printer-utility/doinst.sh
index e41ff8a5fe..468fe6526d 100644
--- a/system/epson-printer-utility/doinst.sh
+++ b/system/epson-printer-utility/doinst.sh
@@ -19,7 +19,7 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-if [ -e /usr/share/icons/hicolor/icon-theme.cache ]; then
+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
fi