deb-libreant/debian/python-libreant.postrm
boyska e6ee1d96df
adduser libreant
che iddio ce la mandi bona
2016-01-15 23:44:05 -05:00

10 lines
90 B
Bash

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