summaryrefslogtreecommitdiff
path: root/emulators/suse91_gtk2/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse91_gtk2/INSTALL')
-rw-r--r--emulators/suse91_gtk2/INSTALL23
1 files changed, 23 insertions, 0 deletions
diff --git a/emulators/suse91_gtk2/INSTALL b/emulators/suse91_gtk2/INSTALL
new file mode 100644
index 00000000000..3beb5549d16
--- /dev/null
+++ b/emulators/suse91_gtk2/INSTALL
@@ -0,0 +1,23 @@
+# $NetBSD: INSTALL,v 1.1.1.1 2004/09/02 20:34:08 recht Exp $
+#
+# Initialize gtk/pango module configuration.
+#
+case ${STAGE} in
+ POST-INSTALL)
+ test -d @EMULDIR@/etc/opt/gnome/gtk-2.0 || ${MKDIR} @EMULDIR@/etc/opt/gnome/gtk-2.0
+
+ if [ -x @EMULDIR@/opt/gnome/bin/gtk-query-immodules-2.0 ] ; then
+ @EMULDIR@/opt/gnome/bin/gtk-query-immodules-2.0 > @EMULDIR@/etc/opt/gnome/gtk-2.0/gtk.immodules
+ fi
+
+ if [ -x @EMULDIR@/opt/gnome/bin/gdk-pixbuf-query-loaders ] ; then
+ @EMULDIR@/opt/gnome/bin/gdk-pixbuf-query-loaders > @EMULDIR@/etc/opt/gnome/gtk-2.0/gdk-pixbuf.loaders
+ fi
+
+ if [ -x @EMULDIR@/opt/gnome/bin/pango-querymodules ] ; then
+ @EMULDIR@/opt/gnome/bin/pango-querymodules > @EMULDIR@/etc/opt/gnome/pango/pango.modules
+ fi
+ ;;
+ *)
+ ;;
+esac