home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libcompress-raw-zlib-perl.postinst < prev    next >
Encoding:
Text File  |  2009-06-26  |  570 b   |  14 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installmodules
  4. if [ "$1" = "configure" ]; then
  5.     if [ -e "/etc/modprobe.d/libcompress-raw-zlib-perl" ]; then
  6.         echo "Preserving user changes to /etc/modprobe.d/libcompress-raw-zlib-perl.conf ..."
  7.         if [ -e "/etc/modprobe.d/libcompress-raw-zlib-perl.conf" ]; then
  8.             mv -f "/etc/modprobe.d/libcompress-raw-zlib-perl.conf" "/etc/modprobe.d/libcompress-raw-zlib-perl.conf.dpkg-new"
  9.         fi
  10.         mv -f "/etc/modprobe.d/libcompress-raw-zlib-perl" "/etc/modprobe.d/libcompress-raw-zlib-perl.conf"
  11.     fi
  12. fi
  13. # End automatically added section
  14.