2a1657f99a
- added /etc/portage/bashrc used in 3.5 Loop 1 git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1012 cd1c1023-2f26-0410-ae45-c471fc1f0318
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
post_pkg_postrm() {
|
|
if [ "$SKIP_EQUO_SYNC" != "1" ]; then
|
|
equo database gentoosync
|
|
fi
|
|
}
|