aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openxcap/openxcap.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openxcap/openxcap.pre-install')
-rwxr-xr-xtesting/openxcap/openxcap.pre-install5
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/openxcap/openxcap.pre-install b/testing/openxcap/openxcap.pre-install
deleted file mode 100755
index cc2b529e93..0000000000
--- a/testing/openxcap/openxcap.pre-install
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-addgroup openxcap 2>/dev/null
-adduser -G openxcap -h /var/run/openxcap -s /bin/false -S -D -H openxcap 2>/dev/null
-exit 0