#!/bin/sh

. /usr/share/debconf/confmodule

dev="$1"
id="$2"

db_metaget partman-prep/text/method description

printf 'prep\t%s\n' "$RET"

