diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-31 17:06:00 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-10-31 17:06:20 +0100 |
commit | 94c89210906a941924a7caa6702231e5c69fdbca (patch) | |
tree | 2955908394308f64675334a15d1e3365bcaf3baf /main/tvheadend/tvheadend.pre-install | |
parent | a269bf373eda86efdfc05ed54cc26215eec14330 (diff) | |
download | aports-94c89210906a941924a7caa6702231e5c69fdbca.tar.bz2 aports-94c89210906a941924a7caa6702231e5c69fdbca.tar.xz |
testing/tvheadend: move to main
Diffstat (limited to 'main/tvheadend/tvheadend.pre-install')
-rw-r--r-- | main/tvheadend/tvheadend.pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/tvheadend/tvheadend.pre-install b/main/tvheadend/tvheadend.pre-install new file mode 100644 index 0000000000..c91e1eda93 --- /dev/null +++ b/main/tvheadend/tvheadend.pre-install @@ -0,0 +1,4 @@ +#!/bin/sh +adduser -H -h /usr/share/tvheadend -g tvheadend -D -s /bin/false tvheadend 2>/dev/null +addgroup tvheadend video 2>/dev/null +exit 0 |