Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > aecb09829be72f272e08fc7623b9db0b > scriptlet

openssh-askpass-7.5p1-2.4.mga6.x86_64.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/libexec/openssh/ssh-askpass ssh-askpass /usr/libexec/openssh/x11-ssh-askpass 10
update-alternatives --install /usr/bin/ssh-askpass bssh-askpass /usr/libexec/openssh/x11-ssh-askpass 10

POSTUN

/bin/sh
[ $1 = 0 ] || exit 0
update-alternatives --remove ssh-askpass /usr/libexec/openssh/x11-ssh-askpass
update-alternatives --remove bssh-askpass /usr/libexec/openssh/x11-ssh-askpass