aboutsummaryrefslogtreecommitdiffstats
path: root/main/pinentry/pinentry-gtk.post-deinstall
blob: 887ef798aea7ab506a77054716eded4564fd4287 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ -f /usr/bin/pinentry-curses ]; then
	ln -sf pinentry-curses /usr/bin/pinentry
else
	rm -f /usr/bin/pinentry
fi