#!/bin/sh set -e if [ "$1" = "purge" ]; then if [ -d /run/ladvd ]; then rm -rf /run/ladvd fi fi dpkg-maintscript-helper rm_conffile /etc/default/ladvd 1.0.4~ ladvd -- "$@" # Automatically added by dh_installsystemd/13.15.2 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/13.15.2 if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'ladvd.service' >/dev/null || true fi fi # End automatically added section