summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-24 19:55:38 +0000
committerjlam <jlam>2002-10-24 19:55:38 +0000
commite1c512481eec0691d189491c1f4c02b794778ae9 (patch)
tree97279542ef0fb5d0d6b2d8685fb1df68bc414c55 /print
parent96a57eaf92d7b213ea2a63417a816a2e997fa475 (diff)
downloadpkgsrc-e1c512481eec0691d189491c1f4c02b794778ae9.tar.gz
We replace the code in the INSTALL script with SPECIAL_PERMS.
Diffstat (limited to 'print')
-rw-r--r--print/cups/INSTALL13
1 files changed, 0 insertions, 13 deletions
diff --git a/print/cups/INSTALL b/print/cups/INSTALL
deleted file mode 100644
index ceb1c7fd36c..00000000000
--- a/print/cups/INSTALL
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: INSTALL,v 1.3 2002/09/18 22:58:46 jlam Exp $
-
-CUPS_USER="@CUPS_USER@"
-CUPS_GROUP="@CUPS_GROUP@"
-
-case ${STAGE} in
-POST-INSTALL)
- ${CHOWN} ${CUPS_USER}:${CUPS_GROUP} ${PKG_PREFIX}/bin/lppasswd
- ${CHMOD} 4755 ${PKG_PREFIX}/bin/lppasswd
- ;;
-esac