#!/bin/sh

if [ -f "debian/control" ]
then
    dh_clean
    rm -rf "payload" *.deb
fi