refactor(moonarch-git): own mpv.conf directly, drop staging+install hook
Build and publish packages / build-and-publish (push) Successful in 12s

Install mpv.conf straight to /etc/mpv/mpv.conf in package(), remove
the /usr/share/moonarch/mpv/ staging and the post_install copy.
modernz.conf is no longer shipped — overrides moved into mpv.conf
via script-opts-append.
This commit is contained in:
2026-04-24 17:52:19 +02:00
parent c4f702e3e5
commit 2566c0b44e
2 changed files with 2 additions and 11 deletions
-6
View File
@@ -29,12 +29,6 @@ post_install() {
cp /usr/share/moonarch/swaync/config.json /etc/xdg/swaync/config.json
cp /usr/share/moonarch/swaync/style.css /etc/xdg/swaync/style.css
# Deploy mpv configs (modernz.conf owned by mpv-modernz-git, overwrite deliberately)
install -Dm644 /usr/share/moonarch/mpv/mpv.conf /etc/mpv/mpv.conf
if [ -d /etc/mpv/script-opts ]; then
cp /usr/share/moonarch/mpv/modernz.conf /etc/mpv/script-opts/modernz.conf
fi
# Deploy Walker config override to skel and existing user homes.
# Only copies if user has no config yet — never overwrites manual edits.
install -Dm644 /usr/share/moonarch/walker-config.toml \