From b86570f63e533abcbcb97c2572e0e5732a96307b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 11:40:31 +0200 Subject: Adding upstream version 1.20.13. Signed-off-by: Daniel Baumann --- tests/t-conffile-rename/pkg-conff-rename-1/DEBIAN/postrm | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/t-conffile-rename/pkg-conff-rename-1/DEBIAN/postrm (limited to 'tests/t-conffile-rename/pkg-conff-rename-1/DEBIAN/postrm') diff --git a/tests/t-conffile-rename/pkg-conff-rename-1/DEBIAN/postrm b/tests/t-conffile-rename/pkg-conff-rename-1/DEBIAN/postrm new file mode 100755 index 0000000..89c1f0b --- /dev/null +++ b/tests/t-conffile-rename/pkg-conff-rename-1/DEBIAN/postrm @@ -0,0 +1,4 @@ +#!/bin/sh +if dpkg-maintscript-helper supports mv_conffile; then + dpkg-maintscript-helper mv_conffile /test-conffile-old /test-conffile-new 0 -- "$@" +fi -- cgit v1.2.3