Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380843 - dev-java/icedtea: unneeded call of java-vm-2_pkg_postinst
Summary: dev-java/icedtea: unneeded call of java-vm-2_pkg_postinst
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Low enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: icedtea-tracker
  Show dependency tree
 
Reported: 2011-08-27 13:04 UTC by Ralph Sennhauser (RETIRED)
Modified: 2011-11-18 22:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)