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.
This commit is contained in:
2026-05-04 12:18:05 +02:00
parent ba46cd38a3
commit 7f7843ec41
-4
View File
@@ -216,10 +216,6 @@ package() {
"$pkgdir/etc/systemd/user/graphical-session.target.wants/$(basename "$svc")" "$pkgdir/etc/systemd/user/graphical-session.target.wants/$(basename "$svc")"
done 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/ --- # --- Systemd system service (battery conservation restore) -> /usr/lib/systemd/system/ ---
install -Dm644 defaults/etc/systemd/system/moonarch-batsaver.service \ install -Dm644 defaults/etc/systemd/system/moonarch-batsaver.service \
"$pkgdir/usr/lib/systemd/system/moonarch-batsaver.service" "$pkgdir/usr/lib/systemd/system/moonarch-batsaver.service"