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 / prerm-defoma-hints < prev    next >
Encoding:
Text File  |  2009-12-31  |  156 b   |  7 lines

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