#!/bin/sh # # Wrapper for the real web2png. Checks whether Python is installed, # and runs the real web2png or alerts the user, as appropriate. # PREFIX=@PREFIX@ if [ -x $PREFIX/bin/python ]; then exec $PREFIX/libexec/web2png.bin else cat <