From 22bce435337177370455f5e994bd783f2806442e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Sun, 19 Feb 2012 12:43:09 +0000 Subject: main/cups: misc fixes - the doc files is needed for the web interface - we need openssl for automatic https - create lpadmin group from pre-install --- main/cups/cups.pre-install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main/cups/cups.pre-install (limited to 'main/cups/cups.pre-install') diff --git a/main/cups/cups.pre-install b/main/cups/cups.pre-install new file mode 100644 index 0000000000..f6b88cbd2b --- /dev/null +++ b/main/cups/cups.pre-install @@ -0,0 +1,7 @@ +#!/bin/sh + +addgroup -S ldadmin 2>/dev/null +addgroup -S lp 2>/dev/null +adduser -S -G lp lp 2>/dev/null +addgroup lp lp 2>/dev/null +exit 0 -- cgit v1.2.3