From a0b92d29f6e212ccc6ae1aa0a4a8f996686d5f29 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 31 Mar 2009 12:29:31 +0000 Subject: testing/gross-svn: added missing install files --- testing/gross-svn/gross-svn.post-install | 2 ++ testing/gross-svn/gross-svn.pre-install | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 testing/gross-svn/gross-svn.post-install create mode 100644 testing/gross-svn/gross-svn.pre-install (limited to 'testing/gross-svn') 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 -- cgit v1.2.3