deb-libreant/debian/python-libreant.postrm

11 lines
90 B
Text
Raw Normal View History

#!/bin/sh
set -e
if [ "${1}" = "purge" ]
then
userdel libreant || true
fi
#DEBHELPER#