File: postinst

package info (click to toggle)
tvoe 0.1-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 160 kB
  • ctags: 125
  • sloc: ansic: 826; yacc: 122; lex: 44; sh: 44; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if [ "$1" = "configure" ]; then
	adduser --system --quiet --ingroup video --no-create-home --force-badname \
		Debian-tvoe --home /run/tvoe --disabled-password
fi

#DEBHELPER#