repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
print
/
foomatic-ppds-cups
/
DEINSTALL
blob
b8c8e123b26b964c836e43ac7f4a469f9557e253
1
# $NetBSD: INSTALL,v 1.1.1.1 2005/12/17 18:41:43 jlam Exp $
2
3
CUPS_DATADIR="@CUPS_DATADIR@"
4
5
case ${STAGE} in
6
DEINSTALL)
7
${ECHO} "Removing Foomatic PPDs from CUPS PPD database."
8
${RM} -f ${CUPS_DATADIR}/foomatic-ppds
9
;;
10
esac