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

13 lines
126 B
Plaintext
Raw Normal View History

#!/bin/bash
# Maintainer: #DEBHELPER#
set -e
. /usr/share/debconf/confmodule
if [ "$1" == "configure" ]
then
db_purge
fi