#!/bin/sh set -e if [ "$1" = purge ] || [ "$1" = remove ] ; then rm -rf /var/run/shibboleth fi #DEBHELPER#