Searched refs:SCHEMAS (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/desktop/desktop-cache/files/
H A Dgconf-cache61 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 > /de
[all...]

Completed in 24 milliseconds