#!/bin/sh

# source debconf library
. /usr/share/debconf/confmodule

db_input medium share/ttf-xtt/change_fontpath || true
db_go

exit
