summaryrefslogtreecommitdiff
path: root/system/utmps/utmps.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'system/utmps/utmps.pre-install')
-rw-r--r--system/utmps/utmps.pre-install5
1 files changed, 0 insertions, 5 deletions
diff --git a/system/utmps/utmps.pre-install b/system/utmps/utmps.pre-install
deleted file mode 100644
index 10b5b31ff..000000000
--- a/system/utmps/utmps.pre-install
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-addgroup -S utmp 2>/dev/null
-adduser -S -D -H -s /bin/false -G utmp -g utmp utmp 2>/dev/null
-exit 0