#!/bin/bash

case $1 in
	install|upgrade|abort-upgrade)
	;;

	*)
		echo "postinst called with unknown argument \`$1'" >&2
	;;
esac
