view debian/static/DEBIAN/postinst @ 8:6d86596d8884

Fixed BSD support, improved randombytes/secret key generation
author ivo <Ivo@UCIS.nl>
date Thu, 14 Oct 2010 02:15:55 +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