From edd02aa960301b52f94c88efb6fae0d3ca79b548 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 08:03:02 +0200 Subject: Adding debian version 1:2.6.4-3. Signed-off-by: Daniel Baumann --- debian/nfs-common.prerm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/nfs-common.prerm (limited to 'debian/nfs-common.prerm') diff --git a/debian/nfs-common.prerm b/debian/nfs-common.prerm new file mode 100644 index 0000000..46e6204 --- /dev/null +++ b/debian/nfs-common.prerm @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +#DEBHELPER# + +if [ "$1" = remove ] +then + rm -f /var/lib/nfs/sm/* \ + /var/lib/nfs/sm.bak/* \ + /var/lib/nfs/state +fi -- cgit v1.2.3