Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > 78a2c7e9ef2caef7af73f7c49b19e70c > scriptlet

scim-panel-gnome-0.0.1-2mdv2007.1.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