annotate debian/static/DEBIAN/prerm @ 26:68c67c6d2080 V2.1.7

Version 2.1.7: fixed possible duplicate encryption nonce at high packet rates in nacltai protocol
author Ivo Smits <Ivo@UCIS.nl>
date Fri, 08 Apr 2011 17:08:04 +0200
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
9
640f620a55cf Bugfixes for floating remote and debian upgrade
Ivo Smits <Ivo@UCIS.nl>
parents: 0
diff changeset
2 if [ "$1" = "remove" ]; then
0
65c01f57bdce Initial commit
ivo <ivo@UFO-Net.nl>
parents:
diff changeset
3 /usr/sbin/userdel quicktun
65c01f57bdce Initial commit
ivo <ivo@UFO-Net.nl>
parents:
diff changeset
4 fi