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-switch-dir-to-symlink-rel/pkg-dir-conffile-1/DEBIAN/postrm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tests/t-switch-dir-to-symlink-rel/pkg-dir-conffile-1/DEBIAN/postrm (limited to 'tests/t-switch-dir-to-symlink-rel/pkg-dir-conffile-1/DEBIAN/postrm') diff --git a/tests/t-switch-dir-to-symlink-rel/pkg-dir-conffile-1/DEBIAN/postrm b/tests/t-switch-dir-to-symlink-rel/pkg-dir-conffile-1/DEBIAN/postrm new file mode 100755 index 0000000..572dfa2 --- /dev/null +++ b/tests/t-switch-dir-to-symlink-rel/pkg-dir-conffile-1/DEBIAN/postrm @@ -0,0 +1,6 @@ +#!/bin/sh +set -e +if dpkg-maintscript-helper supports dir_to_symlink; then + dpkg-maintscript-helper dir_to_symlink \ + /test-path/test-subpath ../test-dir 0 -- "$@" +fi -- cgit v1.2.3