diff options
Diffstat (limited to 'print/foomatic-ppds-cups/INSTALL')
-rw-r--r-- | print/foomatic-ppds-cups/INSTALL | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/print/foomatic-ppds-cups/INSTALL b/print/foomatic-ppds-cups/INSTALL index d964aa0cea1..1b1fd03f8f9 100644 --- a/print/foomatic-ppds-cups/INSTALL +++ b/print/foomatic-ppds-cups/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.1.1.1 2005/12/17 18:41:43 jlam Exp $ +# $NetBSD: INSTALL,v 1.2 2006/06/15 20:40:16 jlam Exp $ CUPS_DATADIR="@CUPS_DATADIR@" @@ -9,11 +9,5 @@ POST-INSTALL) { ${ECHO} "Adding Foomatic PPDs to CUPS PPD database."; ${LN} -fs ${PKG_PREFIX}/share/foomatic/ppd \ ${CUPS_DATADIR}/foomatic-ppds; } - - ;; - -DEINSTALL) - ${ECHO} "Removing Foomatic PPDs from CUPS PPD database." - ${RM} -f ${CUPS_DATADIR}/foomatic-ppds ;; esac |