Fixed a bug in removing files.
This commit is contained in:
parent
b2eee7fc46
commit
75841e29e9
@ -721,7 +721,7 @@ case "${game}" in
|
||||
unzip -n -d "${installPath}/doom" "${cache}/TobyAccessibilityMod_Version${tobyVersion}.zip"
|
||||
unzip -n -d "${installPath}/doom" "${cache}/OpMDK_ForV7-0.zip"
|
||||
cp -v "${cache}/keyshare-universal.pk3" "${installPath}/doom"
|
||||
rm -fv "${installPath}/"*.{bat,exe}
|
||||
rm -fv "${installPath}/doom/"*.{bat,dll,exe}
|
||||
if [[ -e /usr/share/doom/blasphem.wad ]]; then
|
||||
ln -s /usr/share/doom/blasphem.wad "${installPath}/doom/"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user