Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > c1315bdf56187241c3fab01879ee5909 > scriptlet

compiz-fusion-unsupported-gnome-0.8.4-4.fc14.i686.rpm

PREIN

/bin/sh
if [ "$1" -gt 1 ]; then
  export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`

  for p in in atlantis cubemodel elements fakeargb mswitch snow tile; do
	echo /etc/gconf/schemas/compiz-${p}.schemas ; done \
	| xargs /usr/bin/gconftool-2 --makefile-uninstall-rule >& /dev/null || :

fi

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
  export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`

  for p in in atlantis cubemodel elements fakeargb mswitch snow tile; do
	echo /etc/gconf/schemas/compiz-${p}.schemas ; done \
	| xargs /usr/bin/gconftool-2 --makefile-uninstall-rule >& /dev/null || :
  
fi

POSTIN

/bin/sh
  export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`

  for p in in atlantis cubemodel elements fakeargb mswitch snow tile; do
      echo /etc/gconf/schemas/compiz-${p}.schemas ; done \
      | xargs /usr/bin/gconftool-2 --makefile-install-rule >& /dev/null || :