summaryrefslogtreecommitdiffstats
path: root/tests/t-switch-symlink-rel-to-dir/pkg-dir-symlink-1/DEBIAN/postinst
blob: 89e4fcd2b11cdad438fb1cdd7b75c94ba56cc3fa (plain)
1
2
3
4
5
6
#!/bin/sh
set -e
if dpkg-maintscript-helper supports symlink_to_dir; then
    dpkg-maintscript-helper symlink_to_dir \
        /test-path/test-symlink /test-dir 0 -- "$@"
fi