#! /bin/sh
. /usr/share/debconf/confmodule
db_get casper/enable
if [ "$RET" = true ]; then
        db_x_setbacktitle casper/backtitle
fi
