From 7f7843ec41f620b4c8fd06363088220217a5249f Mon Sep 17 00:00:00 2001 From: nevaforget Date: Mon, 4 May 2026 12:18:05 +0200 Subject: [PATCH] moonarch-git: drop udev rule install, batsaver moved to pkexec The udev rule for charge_control_end_threshold permissions has been removed in moonarch (commit 952776c). The toggle now dispatches a pkexec helper instead. PKGBUILD no longer needs to install the rule. The pkgver bump in this PKGBUILD will be picked up automatically by pkgver-bot on the next moonarch push. --- moonarch-git/PKGBUILD | 4 ---- 1 file changed, 4 deletions(-) diff --git a/moonarch-git/PKGBUILD b/moonarch-git/PKGBUILD index ede0042..746542d 100644 --- a/moonarch-git/PKGBUILD +++ b/moonarch-git/PKGBUILD @@ -216,10 +216,6 @@ package() { "$pkgdir/etc/systemd/user/graphical-session.target.wants/$(basename "$svc")" done - # --- udev rules -> /usr/lib/udev/rules.d/ --- - install -Dm644 defaults/etc/udev/rules.d/90-moonarch-battery.rules \ - "$pkgdir/usr/lib/udev/rules.d/90-moonarch-battery.rules" - # --- Systemd system service (battery conservation restore) -> /usr/lib/systemd/system/ --- install -Dm644 defaults/etc/systemd/system/moonarch-batsaver.service \ "$pkgdir/usr/lib/systemd/system/moonarch-batsaver.service"