From 15d09bac36f1a5845c87d6c5f4edb64634407546 Mon Sep 17 00:00:00 2001 From: Hekuran Date: Thu, 23 Sep 2021 20:54:58 +0200 Subject: 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 --- pinentry/preexec | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 pinentry/preexec (limited to 'pinentry/preexec') 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 "$@" -- cgit v1.3.1