This is needed because we overwrite these functions in ebuild.
Closes: https://bugs.gentoo.org/691350
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
if use savedconfig; then
ewarn "USE=savedconfig is active. You must handle file collisions manually."
fi
+
+ mount-boot_pkg_preinst
}
pkg_postinst() {
break
fi
done
+
+ mount-boot_pkg_postinst
}
if use savedconfig; then
ewarn "USE=savedconfig is active. You must handle file collisions manually."
fi
+
+ mount-boot_pkg_preinst
}
pkg_postinst() {
break
fi
done
+
+ mount-boot_pkg_postinst
}