#!/bin/bash
set -e
echo -e "\nINFO: building nakedhelp.deb\n"
equivs-build nakedhelp.equivs
exit 0
