View file File name : ndn-procwatch.postrm Content :#!/bin/sh set -e # Automatically added by dh_systemd_enable/13.6ubuntu1 if [ "$1" = "remove" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper mask 'ndn-procwatch.service' >/dev/null || true fi fi if [ "$1" = "purge" ]; then if [ -x "/usr/bin/deb-systemd-helper" ]; then deb-systemd-helper purge 'ndn-procwatch.service' >/dev/null || true deb-systemd-helper unmask 'ndn-procwatch.service' >/dev/null || true fi fi # End automatically added section