updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / eselect / eselect.install
blob31a3617114de970dc978358ac91c2dc65736e10e
1 post_install() {
2 ROOT=""
3 # fowners in src_install doesn't work for the portage group:
4         # merging changes the group back to root
5         chgrp portage "${ROOT}/var/lib/gentoo/news" \
6                 && chmod g+w "${ROOT}/var/lib/gentoo/news"
8                 echo "In case you have not yet enabled command-line completion"
9                 echo "for eselect, you can run:"
10                 echo
11                 echo "  eselect bashcomp enable eselect"
12                 echo
13                 echo "to install locally, or"
14                 echo
15                 echo "  eselect bashcomp enable --global eselect"
16                 echo
17                 echo "to install system-wide."
21 post_upgrade() {
22         post_install