mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
11 lines
223 B
Plaintext
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
|