Add opt-in Plasma fingerprint workaround

This commit is contained in:
ajp_anton
2026-09-04 23:16:15 +00:00
parent 810c8caf74
commit 19df3c3a75
16 changed files with 920 additions and 0 deletions
@@ -0,0 +1,6 @@
#!/bin/sh
[ "$1" = post ] || exit 0
systemctl --quiet is-active fprintd.service || exit 0
systemctl --no-block restart fprintd.service