#!/bin/bash

U4_SCRIPT="/usr/libexec/u4_post"

[ -x $U4_SCRIPT ] && $U4_SCRIPT $PPID

exit 0
