1 2 3 4 5 6 7 8 9 10
post_install() { export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule /etc/gconf/schemas/swfdec-thumbnailer.schemas > /dev/null || return 1 } post_upgrade() { post_install || return 1 }