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