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