view deb/static/DEBIAN/prerm @ 69:36b9f18509db

Correctly link tweetnacl
author Ivo Smits <Ivo@UFO-Net.nl>
date Mon, 13 Mar 2017 18:17:36 +0100
parents 18e0b8bdeecc
children
line wrap: on
line source

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