lemonldap-ng/debian/liblemonldap-ng-portal-perl...

16 lines
215 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
. /usr/share/debconf/confmodule
if [ "$1" == "configure" ]
then
2017-01-30 17:22:39 +01:00
if [ -l /var/lib/lemonldap-ng/portal/index.pl ]; then
rm -rf /var/lib/lemonldap-ng/portal/index.pl
2010-09-30 23:00:03 +02:00
fi
fi
#DEBHELPER#
2012-12-02 10:17:30 +01:00
exit 0