Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > e1754284d7640f89a560ffcb4cb3e856 > scriptlet

openssh-askpass-8.0p1-1.mga7.armv7hl.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