fix the append box when importing collections
[davical.git] / debian / davical.postrm
blob18b25f502ddc40de13aec852bae6789fab1cf1c7
1 #!/bin/sh
3 set -e
5 [ -n "${DEBUG}" ] && set -o xtrace
6 PACKAGE=::package::
8 [ -n "${DEBUG}" ] && echo "PostRM Parameters: $@"
10 case $1 in
11 purge)
13 esac
15 #DEBHELPER#