lemonldap-ng/debian/liblemonldap-ng-manager-per...

14 lines
119 B
Plaintext
Raw Permalink Normal View History

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