view deb/static/DEBIAN/postinst @ 71:86b8afcf65c7 default tip master

Fixed order of tar arguments in build script
author Ivo Smits <Ivo@UFO-Net.nl>
date Mon, 22 Jul 2019 21:12:13 +0200
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