Files
2013-09-26 17:14:40 +02:00

13 lines
327 B
Plaintext

# $NetBSD: INSTALL,v 1.2 2006/06/15 20:40:16 jlam Exp $
CUPS_FILTERDIR="@CUPS_FILTERDIR@"
case ${STAGE} in
POST-INSTALL)
${TEST} ! -d ${CUPS_FILTERDIR} ||
${TEST} -f ${CUPS_FILTERDIR}/foomatic-rip ||
{ ${ECHO} "Adding foomatic-rip filter to CUPS.";
${LN} -s ${PKG_PREFIX}/bin/foomatic-rip ${CUPS_FILTERDIR}; }
;;
esac