#!/bin/bash
set -e
if [ -d /lib/firmware/b43 ]; then
	echo "Deleting old extracted firmware..."
	rm -rf /usr/lib/firmware/b43/*
fi
