diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-13 07:08:54 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-13 07:08:54 (GMT) |
commit | 0a14e3190b9c994c440049f67e9b856106903312 (patch) | |
tree | 9cb3f5e27836ba6dbaf945ba70f8099d696397d5 /debian/postinst | |
parent | c3aecc6bc7ec70645e2309a23c7c4ed4677fe72a (diff) |
added debian dir
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..be76cc2 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,12 @@ +#!/bin/sh +# postinst script for rhautoimport + +set -e + +if [ "$1" = "configure" ]; then + adduser --quiet --system --group --home /var/lib/autoimport autoimport +fi + +#DEBHELPER# + +exit 0 |