aboutsummaryrefslogtreecommitdiffstats
path: root/community/vdr/vdr.pre-install
diff options
context:
space:
mode:
authorStefan Reiff <kroko87@hotmail.com>2019-05-12 20:38:56 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-12 18:45:42 +0000
commitf4e6ce7f7d97814be2dcee35472176fff98b288c (patch)
tree23271c3b73a2297f3279bac0013252b229a187ae /community/vdr/vdr.pre-install
parent47965644c390b1be1117769b1e08b31858267e9a (diff)
community/vdr: move from testing
Diffstat (limited to 'community/vdr/vdr.pre-install')
-rw-r--r--community/vdr/vdr.pre-install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/vdr/vdr.pre-install b/community/vdr/vdr.pre-install
new file mode 100644
index 00000000000..a6edaed1bfc
--- /dev/null
+++ b/community/vdr/vdr.pre-install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+addgroup -S vdr 2>/dev/null
+adduser -S -D -H -h /var/lib/vdr -s /sbin/nologin -G vdr -g vdr vdr 2>/dev/null
+adduser vdr video 2>/dev/null
+
+exit 0