view debian/static/DEBIAN/postinst @ 23:bd4259de8459

Support shared NaCl library in build script (untested)
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 28 Feb 2011 16:32:48 +0100
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