mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
sys-firmware/LenovoLegionLinux: remove files directory
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remove the comment for your configuration
|
||||
|
||||
#RYZEN (Cpu TDP control using RyzenADJ)
|
||||
#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt]
|
||||
#Disable by default see the github from both project
|
||||
CPU_Control=0
|
||||
#NVIDIA (nvidia-smi)
|
||||
#TEAM_GREEN=1
|
||||
#AMD (rocm-smi)
|
||||
#TEAM_RED=1
|
||||
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE policyconfig PUBLIC
|
||||
"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd">
|
||||
<policyconfig>
|
||||
|
||||
<action id="legion_cli">
|
||||
<message gettext-domain="legion_cli">Authentication is required to run legion_cli</message>
|
||||
<icon_name>legion_cli</icon_name>
|
||||
<defaults>
|
||||
<allow_any>auth_admin_keep</allow_any>
|
||||
<allow_inactive>auth_admin_keep</allow_inactive>
|
||||
<allow_active>auth_admin_keep</allow_active>
|
||||
</defaults>
|
||||
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/legion_cli</annotate>
|
||||
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
||||
</action>
|
||||
|
||||
</policyconfig>
|
||||
@@ -1,9 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=LenovoLegionLinux
|
||||
Icon=/usr/share/pixmaps/legion_logo.png
|
||||
Exec=legion_gui --use_legion_cli_to_write
|
||||
Comment=Control Lenovo Legion Laptops
|
||||
Categories=System
|
||||
Terminal=false
|
||||
@@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remove the comment for your configuration
|
||||
|
||||
#RYZEN (Cpu TDP control using RyzenADJ)
|
||||
#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt]
|
||||
#Disable by default see the github from both project
|
||||
#CPU_Control=0
|
||||
#NVIDIA (nvidia-smi)
|
||||
TEAM_GREEN=1
|
||||
#AMD (rocm-smi)
|
||||
#TEAM_RED=1
|
||||
@@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Remove the comment for your configuration
|
||||
|
||||
#RYZEN (Cpu TDP control using RyzenADJ)
|
||||
#INTEL (Cpu control using undervolt) [https://github.com/georgewhewell/undervolt]
|
||||
#Disable by default see the github from both project
|
||||
#CPU_Control=0
|
||||
#NVIDIA (nvidia-smi)
|
||||
#TEAM_GREEN=1
|
||||
#AMD (rocm-smi)
|
||||
TEAM_RED=1
|
||||
Reference in New Issue
Block a user