#!/bin/sh

case $2 in
POST-INSTALL)
	/usr/sbin/mtree -U -f /usr/X11R6/etc/mtree/BSD.gnome-x11.dist -d -e -p ${PKG_PREFIX}
	exit 0
	;;
esac
