Magellan Linux

Diff of /trunk/include/gnome2.minc

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

revision 74 by niro, Tue Sep 2 10:37:11 2014 UTC revision 75 by niro, Tue Sep 2 11:26:21 2014 UTC
# Line 24  gn2_update_gconf() Line 24  gn2_update_gconf()
24   # first update gconf   # first update gconf
25   if [ -x ${MROOT}/usr/bin/gconftool-2 ]   if [ -x ${MROOT}/usr/bin/gconftool-2 ]
26   then   then
27     echo "Searching gconf schemas ..."
28   pushd ${BUILDDIR}/${PKGNAME}/binfiles &> /dev/null   pushd ${BUILDDIR}/${PKGNAME}/binfiles &> /dev/null
29   local schemas=$(find 'etc/gconf/schemas/' -name '*.schemas' 2> /dev/null)   local schemas=$(find 'etc/gconf/schemas/' -name '*.schemas' 2> /dev/null)
30   popd &> /dev/null   popd &> /dev/null
# Line 83  gn2_update_icon_cache() Line 84  gn2_update_icon_cache()
84   then   then
85   if [ -d ${BUILDDIR}/${PKGNAME}/binfiles/usr/share/icons ]   if [ -d ${BUILDDIR}/${PKGNAME}/binfiles/usr/share/icons ]
86   then   then
87     echo "Searching icon directories ..."
88   pushd ${BUILDDIR}/${PKGNAME}/binfiles &> /dev/null   pushd ${BUILDDIR}/${PKGNAME}/binfiles &> /dev/null
89   icons=$(find 'usr/share/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)   icons=$(find 'usr/share/icons' -maxdepth 1 -mindepth 1 -type d 2> /dev/null)
90   popd &> /dev/null   popd &> /dev/null

Legend:
Removed from v.74  
changed lines
  Added in v.75