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