summaryrefslogtreecommitdiffstats
path: root/pinentry
diff options
context:
space:
mode:
authorHekuran <hekurangashi@pm.me>2021-09-23 20:54:58 +0200
committerGitHub <noreply@github.com>2021-09-23 14:54:58 -0400
commit15d09bac36f1a5845c87d6c5f4edb64634407546 (patch)
treee30e6277d6e5405d40f23fceb7353d3844814597 /pinentry
parent5caaa489ac45e23d1c0160ab6668d12585f6bffe (diff)
downloadeibhear-15d09bac36f1a5845c87d6c5f4edb64634407546.tar.gz
eibhear-15d09bac36f1a5845c87d6c5f4edb64634407546.tar.zst
eibhear-15d09bac36f1a5845c87d6c5f4edb64634407546.zip
sysact rewrite and minor stuff (#1000)
* minor forgoten stuff we already have shutdown in sudo loop * why was this still here? it belongs in ~/.config/ * what the actual phucc * implemented loginctl and fixed shebang
Diffstat (limited to 'pinentry')
-rwxr-xr-xpinentry/preexec5
1 files changed, 0 insertions, 5 deletions
diff --git a/pinentry/preexec b/pinentry/preexec
deleted file mode 100755
index 93603c7..0000000
--- a/pinentry/preexec
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/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 "$@"