impressive/impressive.sh
Michael J Gruber 3209089b8a 0.10.3-3
- Sync with upstream.
- spec file cleanup.
- Make summary less flashy.
- Install main program in sitelib.
- BR python-devel.
2010-12-05 18:54:26 +01:00

9 lines
139 B
Bash

#!/bin/bash
. /usr/share/opengl-games-utils/opengl-game-functions.sh
APP=impressive
checkDriOK $APP
exec @PYTHON_SITELIB@/$APP.py "$@"