Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release > by-pkgid > 4fd63dc622cafbf3ae4b8b4d7c831d99 > scriptlet

openssh-askpass-gnome-9.1p1-1.mga9.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