summaryrefslogtreecommitdiffstats
path: root/pinentry/preexec
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-06-26 14:49:27 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-06-26 14:49:27 -0400
commitfe7d9440ddd746b2d25d226caaf2f218c751f2ec (patch)
treed74756fab7f1dc66220cf283668b49bc4301bb45 /pinentry/preexec
parentd67a55771c8b9f49d0e0c63beb2a5e1dfe4afe28 (diff)
parentd728436150e94f2979348891aca403f41742ada7 (diff)
downloadeibhear-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-xpinentry/preexec5
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 "$@"