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