Lines Matching refs:SCHEMAS
61 SCHEMAS=`${FIND_NEWER} -f -m -c --name '*.schemas' \
68 SCHEMAS=`/usr/bin/find /etc/gconf/schemas -name '*.schemas' ! -type d`
72 if [ -n "$SCHEMAS" ]; then
78 echo "$SCHEMAS" | /bin/sed -e 's/^/ /'
82 /usr/bin/gconftool-2 --makefile-install-rule $SCHEMAS > /dev/null
119 SCHEMAS=`/usr/bin/find /etc/gconf/schemas ! -type d -follow \
124 SCHEMAS=`/usr/bin/find /etc/gconf/schemas -name '*.schemas' ! -type d`
128 if [ -n "$SCHEMAS" ]; then
134 echo "$SCHEMAS" | /bin/sed -e 's/^/ /'
138 /usr/bin/gconftool-2 --makefile-install-rule $SCHEMAS > /dev/null