home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / binfmt-support.postrm < prev    next >
Encoding:
Text File  |  2008-05-26  |  177 b   |  8 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installinit
  4. if [ "$1" = "purge" ] ; then
  5.     update-rc.d binfmt-support remove >/dev/null || true
  6. fi
  7. # End automatically added section
  8.