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