#!/bin/bash --

set -e

. /usr/share/maven-repo-helper/mh_lib.sh

syntax()
{
   echo -e "Usage: mh_clean"
   echo -e "Cleans the temporary files created by the other mh_* utilities."
   echo -e ""
   exit 1
}

parseargs "$@"

rm -rf debian/.mh

