- Sync with upstream. - spec file cleanup. - Make summary less flashy. - Install main program in sitelib. - BR python-devel.
9 lines
139 B
Bash
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 "$@"
|