diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-20 17:17:40 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-23 07:48:09 +0700 |
commit | baefee18b96b0161888496ebf32d463d3a38c868 (patch) | |
tree | 9bc028681c32ed4ff38047d18b2c3eb3274ea356 /system | |
parent | 2e3c292f14df4f3e734d70b4a46158820028d272 (diff) |
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.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/epson-printer-utility/doinst.sh b/system/epson-printer-utility/doinst.sh index e41ff8a5fe03..468fe6526d5e 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 |