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 / util-linux.preinst < prev    next >
Encoding:
Text File  |  2007-03-12  |  359 b   |  14 lines

  1. #!/bin/sh
  2. set -e
  3. dpkg --assert-support-predepends ||
  4.   ( echo -e "\nPlease upgrade to a newer version of dpkg\n"; exit 1 )
  5.  
  6. #cat <<EOF
  7. #
  8. #  The package manager might ask you if you want to install new versions
  9. #  of the /etc/init.d/whatever files. This is generally a good idea
  10. #  (so reply with \`\`y'') unless you really changed any of these files.
  11. #
  12. #EOF
  13.  
  14.