LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/debian/liblemonldap-ng-portal-perl...

15 lines
215 B

#!/bin/bash
set -e
. /usr/share/debconf/confmodule
if [ "$1" == "configure" ]
then
if [ -l /var/lib/lemonldap-ng/portal/index.pl ]; then
rm -rf /var/lib/lemonldap-ng/portal/index.pl
fi
fi
#DEBHELPER#
exit 0