#!/bin/sh

. /usr/share/debconf/confmodule

dev=$1
id=$2

db_metaget partman/method_long/swap description

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

