summaryrefslogtreecommitdiff
path: root/x11/gnome2-applets/files/install.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome2-applets/files/install.tmpl')
-rw-r--r--x11/gnome2-applets/files/install.tmpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome2-applets/files/install.tmpl b/x11/gnome2-applets/files/install.tmpl
new file mode 100644
index 00000000000..f78ec5e42cb
--- /dev/null
+++ b/x11/gnome2-applets/files/install.tmpl
@@ -0,0 +1,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