diff options
Diffstat (limited to 'testing/gross-svn')
-rw-r--r-- | testing/gross-svn/gross-svn.post-install | 2 | ||||
-rw-r--r-- | testing/gross-svn/gross-svn.pre-install | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/testing/gross-svn/gross-svn.post-install b/testing/gross-svn/gross-svn.post-install new file mode 100644 index 000000000..df06670a4 --- /dev/null +++ b/testing/gross-svn/gross-svn.post-install @@ -0,0 +1,2 @@ +#!/bin/sh +chown -R gross:gross /var/run/gross diff --git a/testing/gross-svn/gross-svn.pre-install b/testing/gross-svn/gross-svn.pre-install new file mode 100644 index 000000000..c3844d7a5 --- /dev/null +++ b/testing/gross-svn/gross-svn.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh +adduser -H -s /bin/false -D gross 2>/dev/null +exit 0 |