Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 6cc6fce337f13188c924a16543e380ec > scriptlet

fcitx-4.0.1-1.fc13.i686.rpm

POSTIN

/bin/sh
/usr/sbin/alternatives --install /etc/X11/xinit/xinputrc xinputrc /etc/X11/xinit/xinput.d/fcitx.conf 55 || :

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
  /usr/sbin/alternatives --remove xinputrc /etc/X11/xinit/xinput.d/fcitx.conf || :
  # if alternative was set to manual, reset to auto
  [ -L /etc/alternatives/xinputrc -a "`readlink /etc/alternatives/xinputrc`" = "/etc/X11/xinit/xinput.d/fcitx.conf" ] && /usr/sbin/alternatives --auto xinputrc || :
fi