aboutsummaryrefslogtreecommitdiffstats
path: root/community/pinentry-ui/pinentry.post-deinstall
blob: 38939e5b49f8e909c122a42c1d6e77f5734278ec (plain)
1
2
3
4
5
6
#!/bin/sh

if ! [ -f /usr/bin/pinentry-gtk-2 ]; then
	rm -f /usr/bin/pinentry
fi