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 / lib / partman / update.d / 99signal_ubiquity < prev   
Encoding:
Text File  |  2007-04-12  |  165 b   |  17 lines

  1. #! /bin/sh -e
  2.  
  3. . /usr/share/debconf/confmodule
  4.  
  5. dev=$1
  6. num=$2
  7. id=$3
  8. size=$4
  9. type=$5
  10. fs=$6
  11. path=$7
  12. name=$8
  13.  
  14. db_set ubiquity/partman-rebuild-cache "$dev//$id"
  15.  
  16. exit 0
  17.