From 8eae1aca826e08d953a43978bae554f20d07897a Mon Sep 17 00:00:00 2001 From: vg Date: Fri, 29 Mar 2024 11:16:52 +0100 Subject: get debian directory from debian archive --- debian/fetchmail.prerm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 debian/fetchmail.prerm (limited to 'debian/fetchmail.prerm') diff --git a/debian/fetchmail.prerm b/debian/fetchmail.prerm new file mode 100644 index 00000000..ecd8db61 --- /dev/null +++ b/debian/fetchmail.prerm @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e +# Stops daemon if it is running under our control +if [ -x /etc/init.d/fetchmail ]; then + invoke-rc.d --quiet fetchmail stop +fi + +#DEBHELPER# + +exit 0 -- cgit v1.2.3