Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 167f08da1883651aae456335aa02d8be > scriptlet

imsettings-1.2.9-1.fc15.i686.rpm

POSTIN

/bin/sh
alternatives --install /etc/X11/xinit/xinputrc xinputrc /etc/X11/xinit/xinput.d/none.conf 10
alternatives --install /etc/X11/xinit/xinputrc xinputrc /etc/X11/xinit/xinput.d/xcompose.conf 20
alternatives --install /etc/X11/xinit/xinputrc xinputrc /etc/X11/xinit/xinput.d/xim.conf 30
dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
	alternatives --remove xinputrc /etc/X11/xinit/xinput.d/none.conf
	alternatives --remove xinputrc /etc/X11/xinit/xinput.d/xcompose.conf
	alternatives --remove xinputrc /etc/X11/xinit/xinput.d/xim.conf
	dbus-send --system --type=method_call --dest=org.freedesktop.DBus / org.freedesktop.DBus.ReloadConfig > /dev/null 2>&1 || :
fi