#!/bin/sh set -e if dpkg-maintscript-helper supports dir_to_symlink; then dpkg-maintscript-helper dir_to_symlink \ /test-path/test-subpath ../test-dir 0 -- "$@" fi