#!/bin/sh

. /usr/share/debconf/confmodule

dev=$1
id=$2

# Probably some test is necessary:
#if we should exit; then
#    exit 0
#fi

db_metaget partman-prep/text/method description

printf "prep\t${RET}\n"

