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

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

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

exit 0