Revision bb79385a843093b7744090111fad7323af9c13d0 authored by Christophe Maudoux on 10 March 2019, 21:53:41 UTC, committed by Christophe Maudoux on 10 March 2019, 21:53:41 UTC
1 parent 19c26e2
Raw File
liblemonldap-ng-manager-perl.postinst
#!/bin/bash

set -e

. /usr/share/debconf/confmodule

if [ "$1" == "configure" ]
then
	find /var/lib/lemonldap-ng/manager/{static,manager.fcgi} -type l -xtype l -delete 2>/dev/null || true
fi

#DEBHELPER#
exit 0
back to top