X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/blobdiff_plain/4299d5a17f45d049a479a3aa7b391e8fbcfbd966:/debian/sipb-xen-dev.postinst..501e01a2675fc415344a8b2416d3e1adf1938075:/debian/gitweb.js diff --git a/debian/sipb-xen-dev.postinst b/debian/sipb-xen-dev.postinst deleted file mode 100644 index b7649f5..0000000 --- a/debian/sipb-xen-dev.postinst +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -set -e - -#DEBHELPER# - -case "$1" in - configure) - if [ -z "$2" ]; then - adduser --system repository - addgroup --system repo - echo "%repo ALL=(repository) ALWAYS_SET_HOME,NOPASSWD: /usr/bin/reprepro" >>/etc/sudoers - echo "-----" - echo "sipb-xen-dev: run" - echo " adduser --disabled-password \$user" - echo " adduser \$user repo" - echo "to make individual users that will build packages." - echo "-----" - fi - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac