Don't include /var/run/shibboleth in the package and clean up on remove
[shibboleth/sp.git] / debian / libapache2-mod-shib2.postrm
1 #!/bin/sh
2
3 set -e
4
5 if [ "$1" = purge ] || [ "$1" = remove ] ; then
6     rm -rf /var/run/shibboleth
7 fi