Magellan Linux

Contents of /mage/branches/alx07x-unstable/include/glib2.minc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7861 - (show annotations) (download)
Wed Nov 18 09:35:23 2015 UTC (8 years, 5 months ago) by niro
File size: 395 byte(s)
-release alx070x-unstable
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 }