Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53190 - util-vserver has "pkg_postint" function
Summary: util-vserver has "pkg_postint" function
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-06 21:00 UTC by Aron Griffis (RETIRED)
Modified: 2010-09-10 18:59 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 Aron Griffis (RETIRED) gentoo-dev 2004-06-06 21:00:40 UTC
The pkg_postinst function is spelled incorrectly.  I would just fix the spelling but I can't figure out what it's trying to do by accessing ${D}

pkg_postint() {
        cd ${D}
        for i in `find ./etc -name "v_*"`;do rm $i;done
}
Comment 1 Thomas Eckert 2004-07-09 13:03:16 UTC
this buggy version is not in portage any more -- pls resolve this bug.
Comment 2 Michael Imhof (RETIRED) gentoo-dev 2004-07-09 13:13:54 UTC
done