mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-05 08:28:03 +00:00
5 lines
188 B
Plaintext
Executable File
5 lines
188 B
Plaintext
Executable File
pre_install() {
|
|
getent group lpadmin >/dev/null || groupadd -g 19 lpadmin
|
|
getent passwd lp >/dev/null || useradd -c "Print Service User" -d /var/spool/cups -g lp -s /bin/false -u 9 lp
|
|
}
|