Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > b5b948eec5c7bd137705fe159eff27d7 > scriptlet

openssh-askpass-gnome-5.1p1-2.2mdv2009.0.i586.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/lib/ssh/ssh-askpass ssh-askpass /usr/lib/ssh/gnome-ssh-askpass 20
update-alternatives --install /usr/bin/ssh-askpass bssh-askpass /usr/lib/ssh/gnome-ssh-askpass 20

POSTUN

/bin/sh
[ $1 = 0 ] || exit 0
update-alternatives --remove ssh-askpass /usr/lib/ssh/gnome-ssh-askpass
update-alternatives --remove bssh-askpass /usr/lib/ssh/gnome-ssh-askpass