#!/bin/sh -e

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