Skip to content

Commit

Permalink
remove "rm libicudata" line in VCMI.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ddrsoul authored Sep 15, 2024
1 parent b8fa670 commit 3cebe14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/vcmi/VCMI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cebe14

Please sign in to comment.