From 3cebe14fda2705f177c7d4041a268d090aebb317 Mon Sep 17 00:00:00 2001 From: ddrsoul <107053842+ddrsoul@users.noreply.github.com> Date: Sun, 15 Sep 2024 13:52:27 +0300 Subject: [PATCH] remove "rm libicudata" line in VCMI.sh --- ports/vcmi/VCMI.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ports/vcmi/VCMI.sh b/ports/vcmi/VCMI.sh index 3ea82f03aa..2f511639a8 100644 --- a/ports/vcmi/VCMI.sh +++ b/ports/vcmi/VCMI.sh @@ -35,7 +35,6 @@ printf "\033c" > $CUR_TTY if [ -f "$GAMEDIR/libs/libicudata.so.63.bz2" ]; then bzip2 -fd "$GAMEDIR/libs/libicudata.so.63.bz2" - rm "$GAMEDIR/libs/libicudata.so.63.bz2" fi if [[ ! -d "${GAMEDIR}/data/" ]]; then