summaryrefslogtreecommitdiffstats
path: root/main/ez-ipupdate/ez-ipupdate.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'main/ez-ipupdate/ez-ipupdate.pre-install')
-rw-r--r--main/ez-ipupdate/ez-ipupdate.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/main/ez-ipupdate/ez-ipupdate.pre-install b/main/ez-ipupdate/ez-ipupdate.pre-install
new file mode 100644
index 000000000..a8d0c4791
--- /dev/null
+++ b/main/ez-ipupdate/ez-ipupdate.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -h /var/lib/ez-ipupdate -s /bin/false -D ipupdate 2>/dev/null
+exit 0
+