view debian/static/DEBIAN/postinst @ 11:5be1ecb80cc9

Fixed build script for debian systems without packaging tools, removed packet logging from nacltai
author root <root@Really.UFO-Net.nl>
date Sat, 04 Dec 2010 02:10:00 +0000
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