view debian/static/DEBIAN/prerm @ 5:9d449e899402

Fixed keypair code
author ivo <ivo@UFO-Net.nl>
date Sat, 09 Oct 2010 01:28:25 +0200
parents 65c01f57bdce
children 640f620a55cf
line wrap: on
line source

#!/bin/sh
if [ "$1" = "upgrade" -o "$1" = "remove" ]; then
	/usr/sbin/userdel quicktun
fi