Magellan Linux

Diff of /trunk/include/gnome2.minc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 40 by niro, Sat Jan 14 01:36:11 2012 UTC revision 73 by niro, Tue Sep 2 09:48:27 2014 UTC
# Line 98  gn2_update_icon_cache() Line 98  gn2_update_icon_cache()
98   fi   fi
99  }  }
100    
101    gn2_update_schemas()
102    {
103     if [ -x ${MROOT}/usr/bin/glib-compile-schemas ]
104     then
105     echo "Updating glib schemas ..."
106     ${MROOT}/usr/bin/glib-compile-schemas ${MROOT}/usr/share/glib-2.0/schemas
107     fi
108    }
109    
110    gn2_update_gio()
111    {
112     if [ -x ${MROOT}/usr/bin/gio-querymodules ]
113     then
114     echo "Updating glib gio modules ..."
115     ${MROOT}/usr/bin/gio-querymodules ${MROOT}/usr/$(mlibdir)/gio/modules
116     fi
117    }
118    
119  gn2_postinstall()  gn2_postinstall()
120  {  {
121   gn2_update_gconf   gn2_update_gconf
122   gn2_update_scrollkeeper   gn2_update_scrollkeeper
123     gn2_update_schemas
124     gn2_update_gio
125   gn2_update_desktop_db   gn2_update_desktop_db
126   gn2_update_mime_db   gn2_update_mime_db
127   gn2_update_icon_cache   gn2_update_icon_cache
# Line 110  gn2_postinstall() Line 130  gn2_postinstall()
130  gn2_postremove()  gn2_postremove()
131  {  {
132   gn2_update_scrollkeeper   gn2_update_scrollkeeper
133     gn2_update_schemas
134     gn2_update_gio
135   gn2_update_desktop_db   gn2_update_desktop_db
136   gn2_update_mime_db   gn2_update_mime_db
137   gn2_update_icon_cache   gn2_update_icon_cache

Legend:
Removed from v.40  
changed lines
  Added in v.73