Ensure Attendees array is initialised.
[awl.git] / debian / libawl-php.prerm
blobc6daa218e2467f781b89dd199f5b152d57459581
1 #!/bin/sh
3 set -e
5 [ -n "${DEBUG}" ] && set -o xtrace
6 PACKAGE=::package::
8 [ -n "${DEBUG}" ] && echo "PreRM Parameters: $@"
10 case $1 in
11 remove)
13 esac
15 #DEBHELPER#