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

11 lines
223 B
Plaintext

# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:40:16 jlam Exp $
CUPS_FILTERDIR="@CUPS_FILTERDIR@"
case ${STAGE} in
DEINSTALL)
${ECHO} "Removing foomatic-rip filter from CUPS."
${RM} -f ${CUPS_FILTERDIR}/foomatic-rip
;;
esac