aboutsummaryrefslogtreecommitdiffstats
path: root/community/tvheadend/tvheadend.pre-install
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-02-25 12:43:13 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-02-25 13:51:35 +0100
commit7adf55b09e89c66500b8b3666604de2fe27db957 (patch)
tree9099f96cb00daea90594eab0806ce213695176e1 /community/tvheadend/tvheadend.pre-install
parent205c9888121a8921247b6c59969ce04df9d493ca (diff)
downloadaports-7adf55b09e89c66500b8b3666604de2fe27db957.tar.bz2
aports-7adf55b09e89c66500b8b3666604de2fe27db957.tar.xz
community/libhdhomerun: properly install headers and libs
Diffstat (limited to 'community/tvheadend/tvheadend.pre-install')
-rw-r--r--community/tvheadend/tvheadend.pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/tvheadend/tvheadend.pre-install b/community/tvheadend/tvheadend.pre-install
new file mode 100644
index 0000000000..0580cb5006
--- /dev/null
+++ b/community/tvheadend/tvheadend.pre-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+adduser -S -G video -s /sbin/nologin -H -h /usr/share/tvheadend tvheadend 2>/dev/null
+addgroup tvheadend usb 2>/dev/null
+exit 0