summaryrefslogtreecommitdiff
path: root/x11/gnome2-applets/files/install.tmpl
blob: f78ec5e42cbf659a6b6f7cbe63742defd3d1bf09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: install.tmpl,v 1.1 2003/12/29 12:05:20 xtraeme Exp $
#
# Set default list of macros.
#

case ${STAGE} in
POST-INSTALL)
	GCONF_CONFIG_SOURCE="${GCONF2_CONFIG_SOURCE}" \
		${LOCALBASE}/libexec/gnome-applets/mc-install-default-macros
	;;
*)
	;;
esac