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