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

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