Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > 070698586066a744a417f16819f40227 > scriptlet

openssh-askpass-7.5p1-2.2.mga6.armv5tl.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