#!/bin/sh

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