Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 380843

Summary: dev-java/icedtea: unneeded call of java-vm-2_pkg_postinst
Product: Gentoo Linux Reporter: Ralph Sennhauser (RETIRED) <sera>
Component: [OLD] JavaAssignee: Java team <java>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Low    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 247140    

Description Ralph Sennhauser (RETIRED) gentoo-dev 2011-08-27 13:04:27 UTC
The icedtea ebuild has:

pkg_postinst() {
    # Set as default VM if none exists
    java-vm-2_pkg_postinst
}

java-vm-2_pkg_postinst is exported in java-vm-2 and so the pkg_postinst function could be removed from the icedtea ebuilds.
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2011-11-04 23:12:34 UTC
Do this when you're dev :)
Comment 2 Ralph Sennhauser (RETIRED) gentoo-dev 2011-11-18 22:03:26 UTC
(In reply to comment #1)
> Do this when you're dev :)

Done :)