#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
	if [ -x /usr/bin/texhash ]; then
		/usr/bin/texhash >/dev/null
	fi
fi

##DEBHELPER##
