Files
entropy/conf/etc-portage-bashrc
T
(no author) 2a1657f99a - added additional check to client database reliability
- 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
2008-01-06 13:44:50 +00:00

6 lines
120 B
Plaintext

post_pkg_postrm() {
if [ "$SKIP_EQUO_SYNC" != "1" ]; then
equo database gentoosync
fi
}