#!/bin/sh -e
# postrm script for avifile-player
#
# see: dh_installdeb(1)

if [ "$1" = "remove" ]; then
	HOME=/root fc-cache -f
fi
