#!/bin/sh

set -e

if [ "$1" = "configure" ] && which bar 2>/dev/null >/dev/null; then
   bar configure
fi

#DEBHELPER#
