slackbuilds_ponce/graphics/luxcorerender/pyluxcoretools.sh
klaatu 8845ba3e05
graphics/luxcorerender: Add missing desktop file.
Move ARCH check to correct place after setting the var.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-03-09 17:21:08 +07:00

11 lines
295 B
Bash

#!/bin/sh
if [ "$1" = "--help" -o "$1" = "-h" ]; then
PYTHONPATH=$PYTHONPATH:/opt/luxcorerender-2.6 python3 \
/opt/luxcorerender-2.6/pyluxcoretools.zip \
help
exit
fi
PYTHONPATH=$PYTHONPATH:/opt/luxcorerender-2.6 python3 \
/opt/luxcorerender-2.6/pyluxcoretools.zip "$@"