File: postinst

package info (click to toggle)
dtm 0.4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 512 kB
  • ctags: 67
  • sloc: perl: 1,348; sh: 61; makefile: 41
file content (7 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# 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