#!/bin/bash

. ${TOOLKIT}-functions.sh

case $DISTRIB_FULL_ID in
  Ubuntu-9.*) dpkg-reconfigure debconf ;;
esac

exit 0
