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