Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > 8b942dfe44427a91cf6e2e6d068461ba > scriptlet

scim-panel-gnome-0.0.4-1mdv2008.0.x86_64.rpm

POSTIN

/bin/sh
# change config to use scim-panel-gnome
if [ $1 = 1 ]; then
   cd /etc/scim/
   perl -i.bak -p -e 's/scim-panel-gtk/scim-panel-gnome/g' global
   cd -
fi

POSTUN

/bin/sh
# restore config
if [ $1 = 0 ]; then
   cd /etc/scim/
   mv -f global.bak global
   cd -
fi