#!/bin/sh

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