#!/bin/sh

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

