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