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