From 47a1c333376f592fff3b5aea42cd684277ba7341 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 2 Apr 2009 13:28:34 +0200 Subject: [PATCH] rename etc-portage-bashrc into bashrc.entropy --- conf/bashrc.entropy | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/bashrc.entropy diff --git a/conf/bashrc.entropy b/conf/bashrc.entropy new file mode 100644 index 000000000..5cf819d30 --- /dev/null +++ b/conf/bashrc.entropy @@ -0,0 +1,5 @@ +post_pkg_postrm() { + if [ -z "$SKIP_EQUO_SYNC" ]; then + equo database gentoosync + fi +}