Sophie

Sophie

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

openssh-askpass-gnome-7.5p1-2.2.mga6.x86_64.rpm

POSTIN

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

POSTUN

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