diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-02 03:47:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:53 +0700 |
commit | bf998447e6c92b85ff7a17f036c344476843c28e (patch) | |
tree | f214a86b4a98dec000e53a994c5abd418c77fd21 /games/o2em/doinst.sh | |
parent | 0ebbc21de1c15ed49d14e1bbf4f539b364a7c73b (diff) |
games/o2em: Fix -current build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/o2em/doinst.sh')
-rw-r--r-- | games/o2em/doinst.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/o2em/doinst.sh b/games/o2em/doinst.sh index 19400050fd705..4110f5514d7ca 100644 --- a/games/o2em/doinst.sh +++ b/games/o2em/doinst.sh @@ -3,4 +3,3 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 fi fi - |