# this is a sample postinst for a package that install fonts
# the package should have put the catalog snippet(s) in
# /usr/lib/dtm/catalogs/

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