
post_remove() {
	# Remove oldies from previous installs ( <= 3.0 )
	if [ -d /usr/lib/thunderbird ]; then
		rm -rf /usr/lib/thunderbird
	fi
}

op=$1
shift

$op $*
