aports/testing/tvheadend-git/tvheadend-git.pre-install
Carlo Landmeter 904ef04d22 testing/tvheadend-git: fix group/permissions and scan file location
* remove usb group
* add to video group
* use correct permissions on confd file
* install both dvb scan files in same location
2016-03-07 10:12:11 +01:00

5 lines
118 B
Bash

#!/bin/sh
adduser -S -s /sbin/nologin -H -h /usr/share/tvheadend tvheadend 2>/dev/null
adduser tvheadend video
exit 0