X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dev.git/blobdiff_plain/c486f9800bbbec3a069ae1e96494e13774a18fcd..9639ce25951176b93e4811052fe81e82e6c4e834:/debian/invirt-dev.postinst diff --git a/debian/invirt-dev.postinst b/debian/invirt-dev.postinst index 96725c3..b873ea2 100755 --- a/debian/invirt-dev.postinst +++ b/debian/invirt-dev.postinst @@ -5,26 +5,25 @@ set -e case "$1" in configure) - if [ -z "$2" ]; then + if ! getent passwd repository >/dev/null 2>&1; then adduser --system repository + fi + if ! getent group repo >/dev/null 2>&1; then addgroup --system repo + fi - # Clean up the old sudoers block, then add it back - perl -i.bak -ne 's%^### (BEGIN|END) invirt-dev\s*$%%m && ($skip = ($1 eq "BEGIN")); print unless $skip;' /etc/sudoers - - cat >>/etc/sudoers <>/etc/sudoers <