Files
parana/scripts/polkitkdeauth.sh
2026-07-10 20:07:29 -04:00

11 lines
233 B
Bash
Executable File

#!/usr/bin/env sh
# Use different directory on NixOS
if [ -d /run/current-system/sw/libexec ]; then
libDir=/run/current-system/sw/libexec
else
libDir=/usr/lib
fi
${libDir}/polkit-gnome/polkit-gnome-authentication-agent-1 &