comparison debian/static/DEBIAN/postinst @ 9:640f620a55cf V2.1.3

Bugfixes for floating remote and debian upgrade
author Ivo Smits <Ivo@UCIS.nl>
date Wed, 20 Oct 2010 21:08:03 +0200
parents 65c01f57bdce
children
comparison
equal deleted inserted replaced
8:6d86596d8884 9:640f620a55cf
1 #!/bin/sh 1 #!/bin/sh
2 if [ "$1" = "configure" ]; then 2 if [ "$1" = "configure" ]; then
3 /usr/sbin/useradd -d /nonexistent -N -r -s /bin/false quicktun 3 if ! getent passwd quicktun >/dev/null; then
4 /usr/sbin/useradd -d /nonexistent -N -r -s /bin/false -g nogroup quicktun
5 fi
4 fi 6 fi