rename etc-portage-bashrc into bashrc.entropy

This commit is contained in:
Fabio Erculiani
2009-04-02 13:28:34 +02:00
parent 03fbda0f79
commit 47a1c33337

5
conf/bashrc.entropy Normal file
View File

@@ -0,0 +1,5 @@
post_pkg_postrm() {
if [ -z "$SKIP_EQUO_SYNC" ]; then
equo database gentoosync
fi
}