# this is a sample prerm for a package that install fonts
# the package should have put the catalog snippet(s) in
# /usr/lib/dtm/catalogs/
# you should use prerm because dtm needs the snippets
# to remove the fonts

if [ -x /usr/bin/dtm ] ; then
  dtm --purge /usr/lib/dtm/catalog/snippet_file
fi
