summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-10-24 19:55:38 +0000
committerjlam <jlam@pkgsrc.org>2002-10-24 19:55:38 +0000
commit12f0832604e79927e039c211e4d5fd328f780df6 (patch)
tree97279542ef0fb5d0d6b2d8685fb1df68bc414c55 /print/cups
parent1c18c49606b183e2ff907746c26b70f9a2261ac7 (diff)
downloadpkgsrc-12f0832604e79927e039c211e4d5fd328f780df6.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