diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2009-03-31 12:29:31 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2009-03-31 12:29:31 +0000 |
commit | a0b92d29f6e212ccc6ae1aa0a4a8f996686d5f29 (patch) | |
tree | acea7a524c5ae85f426d0bb924f6ff6bccd39f65 /testing | |
parent | 27f3c0bb688eca64d6b443102a4d95d0f37a1d71 (diff) | |
download | aports-a0b92d29f6e212ccc6ae1aa0a4a8f996686d5f29.tar.bz2 aports-a0b92d29f6e212ccc6ae1aa0a4a8f996686d5f29.tar.xz |
testing/gross-svn: added missing install files
Diffstat (limited to 'testing')
-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 00000000..df06670a --- /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 00000000..c3844d7a --- /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 |