home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / grub.postinst < prev    next >
Encoding:
Text File  |  2006-08-21  |  126 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. if [ "$1" = "configure" ]; then
  4.     if dpkg --compare-versions "$2" lt-nl "0.97-11ubuntu7"; then
  5.         update-grub
  6.     fi
  7. fi
  8.