Cleanup files (moved to sysyadm)

This commit is contained in:
Tobias Reisinger 2025-06-25 01:08:44 +02:00
parent b9d5b166f4
commit a938c74e4a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
34 changed files with 30 additions and 455 deletions

View file

@ -12,41 +12,13 @@ groups=()
depends=(
"intel-ucode"
"amdgpu-fan"
"xf86-video-amdgpu"
"vulkan-radeon"
)
source=(
"boot_loader_entries_arch.conf"
"boot_loader_loader.conf"
"etc_fstab"
"etc_hostname"
"etc_systemd_network_20-wired.network"
"etc_systemd_system_ckb-next-daemon.service"
"etc_udev_rules.d_42-logitech-unify-permissions.rules"
)
sha256sums=(
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"SKIP"
"amdgpu-fan" "radeontop"
"vulkan-radeon" "vulkan-amdgpu-pro"
"ckb-next"
)
source=()
sha256sums=()
backup=()
. ../utils.sh
package() {
_system_install "boot/loader/entries/arch.conf" "755"
_system_install "boot/loader/loader.conf" "755"
_system_install "etc/fstab"
_system_install "etc/hostname"
_system_install "etc/systemd/network/20-wired.network"
_system_install "etc/systemd/system/ckb-next-daemon.service"
_system_install "etc/udev/rules.d/42-logitech-unify-permissions.rules"
}
# vim: ft=sh