#!/bin/sh -e                                                                    
#DEBHELPER#                                                                     

# check for /usr/src/modules/toshutils/debian/control,
# which might have been created by make-kpkg modules_image
if [ -e /usr/src/modules/toshutils/debian/control ]; then
    rm -f /usr/src/modules/toshutils/debian/control
fi
