Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 38056b79d4c5f49d6ace9e3071252286 > scriptlet

openssh-askpass-gnome-9.3p1-2.mga9.armv7hl.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