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