summaryrefslogtreecommitdiff
path: root/print/foomatic-filters-cups/INSTALL
blob: 46293f9233b6b1f18a6b3f9d9b293b123cd1b7bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $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