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 / var / lib / dpkg / info / samba-common.postrm < prev    next >
Encoding:
Text File  |  2007-05-22  |  304 b   |  14 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = purge ]; then
  4.     rm -rf /etc/samba/ /var/cache/samba/ /var/lib/samba/ /var/run/samba/
  5. fi
  6.  
  7. # Automatically added by dh_installdebconf
  8. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  9.     . /usr/share/debconf/confmodule
  10.     db_purge
  11. fi
  12. # End automatically added section
  13.  
  14.