#!/bin/sh

# On error, bomb out
set -e

# clean error from previous package.
rm -f /usr/share/man/man1/bison.1


