aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nut/nut.pre-install
diff options
context:
space:
mode:
authorKozak Ivan <kozak-iv@yandex.ru>2014-03-02 17:19:40 +0400
committerNatanael Copa <ncopa@alpinelinux.org>2014-03-05 08:46:31 +0000
commitfe700e6fdc9e67500ea013d4399313e016a6339e (patch)
treecfa257f79e71c795ec7f28cfc8d73181d4e5e108 /testing/nut/nut.pre-install
parentbbbc4046f1f6d0370fc63ced842cdd67adbe093f (diff)
testing/nut: new aport
Diffstat (limited to 'testing/nut/nut.pre-install')
-rw-r--r--testing/nut/nut.pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/nut/nut.pre-install b/testing/nut/nut.pre-install
new file mode 100644
index 00000000000..cea4d7f5a81
--- /dev/null
+++ b/testing/nut/nut.pre-install
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+adduser nut uucp 2>/dev/null
+exit 0