upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / gsmartcontrol / repos / community-x86_64 / gsmartcontrol_polkit
blobfa7ec8557cfa698528ee797a8acf87f94765b44a
1 #!/bin/bash
2 if [ $(which pkexec) ]; then
3 pkexec --disable-internal-agent "/usr/bin/gsmartcontrol" "$@"
4 else
5 /usr/bin/gsmartcontrol "$@"
6 fi