Mercurial > hg > quicktun
view debian/static/DEBIAN/postinst @ 52:3115f8af98bb V2.2.2
Added support for libsodium, fixed bug in USE_PI compatibility mode, improved timestamp checking in nacltai protocol
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Sun, 27 Oct 2013 23:10:43 +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