#! /bin/sh # $Id$ # $URL$ set -e case $1 in purge) if id bzv >/dev/null 2>&1 then deluser --system --quiet bzv fi if test -d /var/lib/bzv then find /var/lib/bzv -depth -type d -exec rmdir --ignore-fail-on-non-empty {} + fi esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0