Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > b78cd9db3d93bee0b42697c715930653 > scriptlet

gnucash-2.0.1-1mdv2007.0.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/gconftool-2 ]; then 
export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` && 
for SCHEMA in apps_gnucash_dialog_business_common apps_gnucash_dialog_commodities apps_gnucash_dialog_common apps_gnucash_dialog_hbci apps_gnucash_dialog_prices apps_gnucash_dialog_print_checks apps_gnucash_dialog_reconcile apps_gnucash_dialog_totd apps_gnucash_general apps_gnucash_history apps_gnucash_import_generic_matcher apps_gnucash_warnings apps_gnucash_window_pages_account_tree apps_gnucash_window_pages_register apps_gnucash_dialog_scheduled_transctions ; do 
  /usr/bin/gconftool-2 --makefile-uninstall-rule  /etc/gconf/schemas/$SCHEMA.schemas > /dev/null || true 
done ; fi

POSTIN

/bin/sh
if [ -x /usr/bin/gconftool-2 ]; then 
export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` &&  
for SCHEMA in apps_gnucash_dialog_business_common apps_gnucash_dialog_commodities apps_gnucash_dialog_common apps_gnucash_dialog_hbci apps_gnucash_dialog_prices apps_gnucash_dialog_print_checks apps_gnucash_dialog_reconcile apps_gnucash_dialog_totd apps_gnucash_general apps_gnucash_history apps_gnucash_import_generic_matcher apps_gnucash_warnings apps_gnucash_window_pages_account_tree apps_gnucash_window_pages_register apps_gnucash_dialog_scheduled_transctions ; do 
  /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$SCHEMA.schemas > /dev/null || true 
done ; fi 
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ -x /usr/bin/update-desktop-database ]; then 
/usr/bin/update-desktop-database /usr/share/applications > /dev/null || 
true ; fi 

if [ -x /usr/bin/scrollkeeper-update ]; then 
/usr/bin/scrollkeeper-update -q || true ; fi

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

if [ "$1" = "0" -a -x /usr/bin/scrollkeeper-update ]; 
then /usr/bin/scrollkeeper-update -q || true ; fi 

if [ "$1" = "0" -a -x /usr/bin/update-desktop-database ]; then 
/usr/bin/update-desktop-database /usr/share/applications > /dev/null || true ; fi