Mercurial > hg > quicktun
view debian/static/DEBIAN/postinst @ 50:02b4a9a139da V2.2.0
Updated version number to 2.2.0
author | Ivo Smits <Ivo@UCIS.nl> |
---|---|
date | Sat, 01 Jun 2013 15:45:36 +0200 |
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