#!/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
