mirror of https://gitee.com/openkylin/cups.git
10 lines
118 B
Plaintext
10 lines
118 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
# Debconf library
|
||
|
. /usr/share/debconf/confmodule
|
||
|
|
||
|
db_input medium cups-bsd/setuplpd || true
|
||
|
db_go
|