summaryrefslogtreecommitdiff
path: root/repo/pinentry/pinentry-curses-ss.post-install
blob: 40354690416fc054c2486d057a72eaaee0ba27b0 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

for i in gtk-2 gnome qt; do
	[ -f /usr/bin/pinentry-$i ] && exit 0
done

ln -sf pinentry-curses-ss /usr/bin/pinentry

exit 0