#!/bin/sh set -e # Automatically added by dh_cruft/0.9.87 if [ "$1" = "purge" ] then # we need to glob, so no quotes rm -rf ${DPKG_ROOT:-}/var/lib/fort/ fi # End automatically added section # Automatically added by dh_installsystemd/14.3 if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then systemctl --system daemon-reload >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/14.3 if [ "$1" = "purge" ]; then deb-systemd-helper purge 'fort.service' >/dev/null || true fi # End automatically added section