view debian/static/DEBIAN/postinst @ 2:b2c7c83a1dda

Accept 0.0.0.0 remote address for float mode
author ivo <ivo@UFO-Net.nl>
date Thu, 07 Oct 2010 16:01:41 +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