/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ] ; then
        deluser --quiet --system mandos > /dev/null || true
        delgroup --quiet --system mandos > /dev/null || true
fi