From 393853db31e146165afcabf94d20d653f32001b1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:21:12 +0200 Subject: Adding debian version 4.1.0-1. Signed-off-by: Daniel Baumann --- debian/nagios-nrpe-plugin.postrm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/nagios-nrpe-plugin.postrm (limited to 'debian/nagios-nrpe-plugin.postrm') diff --git a/debian/nagios-nrpe-plugin.postrm b/debian/nagios-nrpe-plugin.postrm new file mode 100644 index 0000000..a77d21a --- /dev/null +++ b/debian/nagios-nrpe-plugin.postrm @@ -0,0 +1,9 @@ +#!/bin/sh +set -e + +if [ "$1" = purge ]; then + test -d /var/lib/nagios && rmdir /var/lib/nagios || true #ignore non-failure errors +fi + +#DEBHELPER# + -- cgit v1.2.3