ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/lib/partman/update.d/99signal_ubiquity

17 lines
165 B
Bash
Executable File

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