summaryrefslogtreecommitdiffstats
path: root/tests/t-switch-dir-to-symlink-rel/pkg-dir-symlink-ext-1/DEBIAN/postrm
blob: 572dfa205eabb8b838f8aad420ef393b21e60117 (plain)
1
2
3
4
5
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