#!/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-palo/text/method description

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

