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