David Runge pushed to branch main at Arch Linux / Packaging / Packages / munin
Commits: 66a0f8a4 by David Runge at 2026-07-17T23:38:58+02:00 Stop calling `fc-cache` in the alpm-install-scriptlet The fontconfig package has an alpm-hooks based setup to run `fc-cache` on changes to relevant fontconfig directories. Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - munin.install Changes: ===================================== munin.install ===================================== @@ -2,13 +2,4 @@ post_install () { # Display cron command echo "See the example cron entry (for the munin user) for further setup: /etc/munin/munin-cron-entry" - post_upgrade -} - -post_upgrade() { - fc-cache /usr/lib/munin -} - -post_remove() { - fc-cache /usr/lib/munin } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/munin/-/commit/66a0f8a4644ec4e0edcac7d61ad4b843a91cc42f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/munin/-/commit/66a0f8a4644ec4e0edcac7d61ad4b843a91cc42f You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
