annotate debian/static/DEBIAN/postinst @ 20:d2b0f399a9aa

Include single protocol raw, nacl0 and nacltai binaries in debian package
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 27 Feb 2011 22:47:22 +0100
parents 640f620a55cf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
65c01f57bdce Initial commit
ivo <ivo@UFO-Net.nl>
parents:
diff changeset
1 #!/bin/sh
65c01f57bdce Initial commit
ivo <ivo@UFO-Net.nl>
parents:
diff changeset
2 if [ "$1" = "configure" ]; then
9
640f620a55cf Bugfixes for floating remote and debian upgrade
Ivo Smits <Ivo@UCIS.nl>
parents: 0
diff changeset
3 if ! getent passwd quicktun >/dev/null; then
640f620a55cf Bugfixes for floating remote and debian upgrade
Ivo Smits <Ivo@UCIS.nl>
parents: 0
diff changeset
4 /usr/sbin/useradd -d /nonexistent -N -r -s /bin/false -g nogroup quicktun
640f620a55cf Bugfixes for floating remote and debian upgrade
Ivo Smits <Ivo@UCIS.nl>
parents: 0
diff changeset
5 fi
0
65c01f57bdce Initial commit
ivo <ivo@UFO-Net.nl>
parents:
diff changeset
6 fi