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

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

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

#!/bin/bash

set -e

if [ ! -f ~/.vavoom/strife-demo/strife0.wad ]; then
set +e
/usr/share/autodl/AutoDL.py /usr/share/vavoom/strife.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/strife-demo
unzip -u -L strife11.zip strife0.wad
rm strife11.zip
fi
if [ "$STATUS" != "0" ]; then
exit $STATUS
fi
fi

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