diff options
author | Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com> | 2023-08-01 11:59:39 +0100 |
---|---|---|
committer | Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com> | 2023-08-01 12:00:11 +0100 |
commit | 115df0d0ac57afe1b13937dba021b6f3e354b7be (patch) | |
tree | 7a300c2e9208e8a679e28779c0e8ae3d487aeea4 /sys-firmware | |
parent | net-wireless/rtl8821cu: Add VFS namespace (diff) | |
download | guru-115df0d0ac57afe1b13937dba021b6f3e354b7be.tar.gz guru-115df0d0ac57afe1b13937dba021b6f3e354b7be.tar.bz2 guru-115df0d0ac57afe1b13937dba021b6f3e354b7be.zip |
sys-firmware/LenovoLegionLinux: remove files directory
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/LenovoLegionLinux/files/cpu | 12 | ||||
-rw-r--r-- | sys-firmware/LenovoLegionLinux/files/legion_cli.policy | 19 | ||||
-rw-r--r-- | sys-firmware/LenovoLegionLinux/files/legion_gui.desktop | 9 | ||||
-rw-r--r-- | sys-firmware/LenovoLegionLinux/files/nvidia | 12 | ||||
-rw-r--r-- | sys-firmware/LenovoLegionLinux/files/radeon | 12 |
5 files changed, 0 insertions, 64 deletions
diff --git a/sys-firmware/LenovoLegionLinux/files/cpu b/sys-firmware/LenovoLegionLinux/files/cpu deleted file mode 100644 index 76224d3fa..000000000 --- a/sys-firmware/LenovoLegionLinux/files/cpu +++ /dev/null @@ -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
\ No newline at end of file diff --git a/sys-firmware/LenovoLegionLinux/files/legion_cli.policy b/sys-firmware/LenovoLegionLinux/files/legion_cli.policy deleted file mode 100644 index c19c64c55..000000000 --- a/sys-firmware/LenovoLegionLinux/files/legion_cli.policy +++ /dev/null @@ -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> diff --git a/sys-firmware/LenovoLegionLinux/files/legion_gui.desktop b/sys-firmware/LenovoLegionLinux/files/legion_gui.desktop deleted file mode 100644 index 48b17927d..000000000 --- a/sys-firmware/LenovoLegionLinux/files/legion_gui.desktop +++ /dev/null @@ -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 diff --git a/sys-firmware/LenovoLegionLinux/files/nvidia b/sys-firmware/LenovoLegionLinux/files/nvidia deleted file mode 100644 index 93d3f0824..000000000 --- a/sys-firmware/LenovoLegionLinux/files/nvidia +++ /dev/null @@ -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
\ No newline at end of file diff --git a/sys-firmware/LenovoLegionLinux/files/radeon b/sys-firmware/LenovoLegionLinux/files/radeon deleted file mode 100644 index 660f9f881..000000000 --- a/sys-firmware/LenovoLegionLinux/files/radeon +++ /dev/null @@ -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
\ No newline at end of file |