repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git]
/
gsmartcontrol
/
trunk
/
gsmartcontrol_polkit
blob
fa7ec8557cfa698528ee797a8acf87f94765b44a
1
#!/bin/bash
2
if
[
$
(
which
pkexec
) ];
then
3
pkexec
--disable-internal-agent
"/usr/bin/gsmartcontrol"
"$@"
4
else
5
/
usr
/
bin
/
gsmartcontrol
"$@"
6
fi