Mercurial > hg > quicktun
view debian/static/DEBIAN/postinst @ 5:9d449e899402
Fixed keypair code
author | ivo <ivo@UFO-Net.nl> |
---|---|
date | Sat, 09 Oct 2010 01:28:25 +0200 |
parents | 65c01f57bdce |
children | 640f620a55cf |
line wrap: on
line source
#!/bin/sh if [ "$1" = "configure" ]; then /usr/sbin/useradd -d /nonexistent -N -r -s /bin/false quicktun fi