~cjwatson/ubiquity/new-partitioner

« back to all changes in this revision

Viewing changes to partman/update.d/99signal_ubiquity

  • Committer: Colin Watson
  • Date: 2006-11-01 13:52:03 UTC
  • Revision ID: colin.watson@canonical.com-20061101135203-e12dc6e614e557cb
automatically rebuild cache when partitions are updated by partman

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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