diff options
Diffstat (limited to 'testing/apache-couchdb/apache-couchdb.post-install')
-rwxr-xr-x | testing/apache-couchdb/apache-couchdb.post-install | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/apache-couchdb/apache-couchdb.post-install b/testing/apache-couchdb/apache-couchdb.post-install deleted file mode 100755 index 5cc944e70b..0000000000 --- a/testing/apache-couchdb/apache-couchdb.post-install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -addgroup -S couchdb &>/dev/null -adduser -h /var/run/couchdb -s /bin/false -G couchdb -S -D couchdb &>/dev/null -exit 0 |