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

21 lines
433 B
Bash

#!/bin/bash
# Maintainer: #DEBHELPER#
set -e
. /usr/share/debconf/confmodule
REFDIR=/usr/share/lemonldap-ng/portal/
RUNDIR=/var/lib/lemonldap-ng/portal/
FILES=$(find $REFDIR -name '*pl' -printf "%f ")
SESSIONSDIR=/var/lib/lemonldap-ng/sessions
BUILDPORTALWSDL=/usr/share/lemonldap-ng/bin/buildPortalWSDL
WSDLFILE=/var/lib/lemonldap-ng/portal/portal.wsdl
if [ "$1" == "configure" ]
then
$BUILDPORTALWSDL > $WSDLFILE || true
fi