#!/bin/sh
# $MidnightBSD: mports/misc/gnomehier/files/pkg-install.in,v 1.2 2008/09/21 20:27:07 laffer1 Exp $

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
