#!/bin/bash
# run linda on generated deb files
apt-get install -y --force-yes linda
linda /tmp/buildd/*.deb
