diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-06-26 14:49:27 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-06-26 14:49:27 -0400 |
| commit | fe7d9440ddd746b2d25d226caaf2f218c751f2ec (patch) | |
| tree | d74756fab7f1dc66220cf283668b49bc4301bb45 /pinentry/preexec | |
| parent | d67a55771c8b9f49d0e0c63beb2a5e1dfe4afe28 (diff) | |
| parent | d728436150e94f2979348891aca403f41742ada7 (diff) | |
| download | eibhear-fe7d9440ddd746b2d25d226caaf2f218c751f2ec.tar.gz eibhear-fe7d9440ddd746b2d25d226caaf2f218c751f2ec.tar.zst eibhear-fe7d9440ddd746b2d25d226caaf2f218c751f2ec.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to 'pinentry/preexec')
| -rwxr-xr-x | pinentry/preexec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pinentry/preexec b/pinentry/preexec new file mode 100755 index 0000000..93603c7 --- /dev/null +++ b/pinentry/preexec @@ -0,0 +1,5 @@ +#!/hint/sh + +# Define additional functionality for pinentry. For example +test -e /usr/lib/libgcr-base-3.so.1 && exec /usr/bin/pinentry-gnome3 "$@" +#test -e /usr/lib/libQt5Widgets.so.5 && exec /usr/bin/pinentry-qt "$@" |
