gnome-base/librsvg: call gnome2_pkg_preinst

Bug: https://bugs.gentoo.org/963497
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-09-30 20:16:05 +01:00
parent c3a575833a
commit 35e609343f
2 changed files with 8 additions and 0 deletions

View File

@@ -421,6 +421,10 @@ multilib_src_install_all() {
fi
}
pkg_preinst() {
multilib_foreach_abi gnome2_pkg_preinst
}
pkg_postinst() {
multilib_foreach_abi gnome2_pkg_postinst
}

View File

@@ -130,6 +130,10 @@ multilib_src_install_all() {
fi
}
pkg_preinst() {
multilib_foreach_abi gnome2_pkg_preinst
}
pkg_postinst() {
multilib_foreach_abi gnome2_pkg_postinst
}