#!/bin/sh
# postrm script
#
# see: dh_installdeb(1)

set -e

#do nothing for now

exit 0


