#!/bin/sh
#
# Remove the watch file as dh_make in 2005 did not create it.
# It did not create a compat file either, but debhelper does not forgive
# that anymore.


rm -f "$1"/debian/watch
