view debian/static/DEBIAN/prerm @ 12:e4b60d041491

Make sure that the session buffer is zero
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 05 Dec 2010 23:12:04 +0100
parents 640f620a55cf
children
line wrap: on
line source

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