view deb/static/DEBIAN/postinst @ 69:36b9f18509db

Correctly link tweetnacl
author Ivo Smits <Ivo@UFO-Net.nl>
date Mon, 13 Mar 2017 18:17:36 +0100
parents 18e0b8bdeecc
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