home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / postrm-defoma < prev    next >
Encoding:
Text File  |  2006-06-17  |  68 b   |  4 lines

  1. if [ "$1" = "purge" ]; then
  2.     rm -rf /var/lib/defoma/#PACKAGE#.d/
  3. fi
  4.