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

set -e

rm -f /var/cache/fwupdate/done
rm -f /var/lib/fwupdate/done
