#!/bin/sh -e

if [ "$1" = "purge" ]; then
    rm -f /etc/texmf/updmap.d/10latex-sanskrit.cfg
fi

#DEBHELPER#
