#!/bin/bash

if [ $1 = "purge" ]; then
# Remove the bridging stuff from startup files
update-rc.d bridge remove
fi
