lemonldap-ng/debian/liblemonldap-ng-manager-perl.postrm

14 lines
133 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
. /usr/share/debconf/confmodule
if [ "$1" == "configure" ]
then
db_purge
fi
2012-12-14 14:00:25 +01:00
# Maintainer: #DEBHELPER#
2012-12-02 10:17:30 +01:00
exit 0