mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:40:16 jlam Exp $
|
|
|
|
CUPS_DATADIR="@CUPS_DATADIR@"
|
|
|
|
case ${STAGE} in
|
|
DEINSTALL)
|
|
${ECHO} "Removing Foomatic PPDs from CUPS PPD database."
|
|
${RM} -f ${CUPS_DATADIR}/foomatic-ppds
|
|
;;
|
|
esac
|