sys-firmware/LenovoLegionLinux: remove files directory

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2023-08-01 11:59:39 +01:00
parent 5e9b2788e0
commit 115df0d0ac
5 changed files with 0 additions and 64 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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

View File

@@ -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

View File

@@ -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