1 2 3 4 5 6 7
#!/bin/sh if [ -x @PREFIX@/bin/upclient ] then @PREFIX@/bin/upclient echo -n ' upclient' fi