Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37729378
en ru br
Репозитории ALT

Группа :: Игры/Прочее
Пакет: vavoom

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

#!/bin/bash

set -e

if [ ! -f ~/.vavoom/heretic-shareware/heretic1.wad ]; then
set +e
/usr/share/autodl/AutoDL.py /usr/share/vavoom/heretic.autodlrc
STATUS=$?
set -e
# status 2 means download was ok, but the user choice not to start the game
if [ "$STATUS" = "0" -o "$STATUS" = "2" ]; then
cd ~/.vavoom/heretic-shareware
unzip -u htic_v12.zip 'HTIC_V12.?'
cat HTIC_V12.1 HTIC_V12.2 > heretic.zip
unzip -u -L heretic.zip heretic1.wad
rm htic_v12.zip HTIC_V12.1 HTIC_V12.2 heretic.zip
fi
if [ "$STATUS" != "0" ]; then
exit $STATUS
fi
fi

exec /usr/bin/vavoom -iwaddir ~/.vavoom/heretic-shareware -heretic "$@"
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin