diff options
Diffstat (limited to 'sys-cluster/corosync/corosync-2.4.2.ebuild')
-rw-r--r-- | sys-cluster/corosync/corosync-2.4.2.ebuild | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-cluster/corosync/corosync-2.4.2.ebuild b/sys-cluster/corosync/corosync-2.4.2.ebuild index 49840bb0216f..bdea670c8da2 100644 --- a/sys-cluster/corosync/corosync-2.4.2.ebuild +++ b/sys-cluster/corosync/corosync-2.4.2.ebuild @@ -69,14 +69,3 @@ src_install() { use static-libs || rm -rf "${D}"/usr/$(get_libdir)/*.{,l}a || die } - -pkg_postinst() { - if [[ ${REPLACING_VERSIONS} < 2.0 ]]; then - ewarn "!! IMPORTANT !!" - ewarn " " - ewarn "Migrating from a previous version of corosync can be dangerous !" - ewarn " " - ewarn "Make sure you backup your cluster configuration before proceeding" - ewarn " " - fi -} |