#!/bin/sh
if dpkg-maintscript-helper supports rm_conffile; then
    dpkg-maintscript-helper rm_conffile /test-conffile 0 -- "$@"
fi

if [ -e "$DPKG_ROOT/fail-preinst" ]; then
    exit 1
fi

