Magellan Linux

Contents of /trunk/include/glib2.minc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 76 - (show annotations) (download)
Tue Sep 2 12:10:01 2014 UTC (9 years, 7 months ago) by niro
File size: 395 byte(s)
-split glib2 fdo-mime and gtk functions from gnome2 and use a minimal postinstall as default for gnome2
1 # $Id$
2
3 glib2_update_schemas()
4 {
5 if [ -x ${MROOT}/usr/bin/glib-compile-schemas ]
6 then
7 echo "Updating glib schemas ..."
8 ${MROOT}/usr/bin/glib-compile-schemas ${MROOT}/usr/share/glib-2.0/schemas
9 fi
10 }
11
12 glib2_update_gio()
13 {
14 if [ -x ${MROOT}/usr/bin/gio-querymodules ]
15 then
16 echo "Updating glib gio modules ..."
17 ${MROOT}/usr/bin/gio-querymodules ${MROOT}/usr/$(mlibdir)/gio/modules
18 fi
19 }