home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / debhelper / autoscripts / postinst-defoma-hints next >
Encoding:
Text File  |  2009-12-31  |  164 b   |  7 lines

  1. FILE='/etc/defoma/hints/#PACKAGE#.hints'
  2. if [ "$1" = configure ]; then
  3.     if [ -x "`which defoma-font 2>/dev/null`" ]; then
  4.         defoma-font reregister-all $FILE
  5.     fi
  6. fi
  7.