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