home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / microcode.ctl.postrm < prev    next >
Encoding:
Text File  |  2009-10-07  |  368 b   |  14 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installinit
  4. if [ "$1" = "purge" ] ; then
  5.     update-rc.d microcode.ctl remove >/dev/null || exit $?
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_installdebconf
  9. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  10.     . /usr/share/debconf/confmodule
  11.     db_purge
  12. fi
  13. # End automatically added section
  14.