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-defoma2 < prev    next >
Encoding:
Text File  |  2009-12-31  |  96 b   |  7 lines

  1. case "$1" in
  2.     remove)
  3.         test -x `which defoma-app` && \
  4.             defoma-app purge #PACKAGE#
  5.         ;;
  6. esac
  7.