summaryrefslogtreecommitdiffstats
path: root/testing/motion/motion.pre-install
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2012-11-07 17:04:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-11-07 18:57:52 +0000
commit9c79223546389e13100a8e367688fffcb23c05ea (patch)
treea099191b78860a70aa87f3f161b9e80a536d0d97 /testing/motion/motion.pre-install
parentc8a4b51e4a13d9aa435a3b7503702d7762fb545c (diff)
downloadaports-fcolista-9c79223546389e13100a8e367688fffcb23c05ea.tar.bz2
aports-fcolista-9c79223546389e13100a8e367688fffcb23c05ea.tar.xz
testing/motion: new aport
Diffstat (limited to 'testing/motion/motion.pre-install')
-rw-r--r--testing/motion/motion.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/motion/motion.pre-install b/testing/motion/motion.pre-install
new file mode 100644
index 0000000000..f4ff0d942f
--- /dev/null
+++ b/testing/motion/motion.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+addgroup -S motion 2>/dev/null
+adduser -S -h /home/motion -s /bin/false -G motion -D motion 2>/dev/null
+addgroup motion video
+exit 0
+