From ea314d2f45c40a006c0104157013ab4b857f665f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:35:28 +0200 Subject: Adding upstream version 1.22.4. Signed-off-by: Daniel Baumann --- tests/t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/postinst (limited to 'tests/t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/postinst') diff --git a/tests/t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/postinst b/tests/t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/postinst new file mode 100755 index 0000000..c6b0782 --- /dev/null +++ b/tests/t-conffile-obsolete/pkg-conff-obsolete-2/DEBIAN/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +if dpkg-maintscript-helper supports rm_conffile; then + dpkg-maintscript-helper rm_conffile /test-conffile 0 -- "$@" +fi -- cgit v1.2.3