aboutsummaryrefslogtreecommitdiffstats
path: root/main/pinentry/pinentry.post-install
blob: 895cdef59f5f069da04fe0f902db4b9287e5f812 (plain)
1
2
3
4
5
6
#!/bin/sh

if ! [ -f /usr/bin/pinentry-gtk-2 ] && ! [ -f /usr/bin/pinentry-gnome ] && ! [ -f /usr/bin/pinentry-qt ]; then
	ln -sf pinentry-curses /usr/bin/pinentry
fi