#!/bin/sh

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


if(  ( test "$1" = "configure" ) && 
     ( test -x "$(which update-profile-cache 2>/dev/null)" ) ); then
  update-profile-cache;
fi;

#DEBHELPER#
