Revision 07635e737045ada8eb271c0d55147561b7d813bb authored by Christophe Maudoux on 07 March 2019, 09:11:03 UTC, committed by Christophe Maudoux on 07 March 2019, 09:11:03 UTC
1 parent a076459
Raw File
liblemonldap-ng-manager-perl.postrm
#!/bin/bash

set -e

. /usr/share/debconf/confmodule

if [ "$1" == "configure" ]
then
	db_purge
fi

#DEBHELPER#
exit 0
back to top