Mercurial > hg > quicktun
view debian/static/DEBIAN/postinst @ 51:d83d6bb647a2
Fixed tunnel destruction on Debian using iproute2
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Mon, 03 Jun 2013 01:01:22 +0200 |
parents | 640f620a55cf |
children |
line wrap: on
line source
#!/bin/sh if [ "$1" = "configure" ]; then if ! getent passwd quicktun >/dev/null; then /usr/sbin/useradd -d /nonexistent -N -r -s /bin/false -g nogroup quicktun fi fi