#!/bin/sh source="/usr/share/pleaserun/ndn-procwatch4-exporter-service" if [ -f "$source/cleanup.sh" ] ; then echo "Running cleanup to remove service for package ndn-procwatch4-exporter-service" set -e sh "$source/cleanup.sh" # Remove the script also since the package installation generated it. rm "$source/cleanup.sh" fi