summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-24 19:55:38 +0000
committerjlam <jlam>2002-10-24 19:55:38 +0000
commit17612ce1cb0693e961ad1feb718f96f146fea8ba (patch)
tree97279542ef0fb5d0d6b2d8685fb1df68bc414c55 /print/cups
parentbbe70a30edb1713240a75f33569cb3d405e937ee (diff)
downloadpkgsrc-17612ce1cb0693e961ad1feb718f96f146fea8ba.tar.gz
We replace the code in the INSTALL script with SPECIAL_PERMS.
Diffstat (limited to 'print/cups')
-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