mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user