updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / gentoo-bashrc / gentoo-bashrc.install
blob85f772e713ba598fa1e10a9df7ec1cd589f6492e
1 pkgname=gentoo-bashrc
3 post_install() {
4   cat << _EOF 
6 ==> IMPORTANT!!!
7 ==> To prevent overwriting your existing .bashrc, the file
8 ==> was installed to /usr/share/gentoo-bashrc/bashrc
9 ==> 
10 ==> Please examine that file, adding your own important
11 ==> settings and local variables to it before replacing your
12 ==> existing bashrc.   Gentoo's bashrc also includes a
13 ==> color scheme for root, so you may consider copying it to
14 ==> /root/.bashrc after also copying any local variables there
15 ==> to the new .bashrc
17 _EOF
20 post_upgrade() {
21   post_install $1