From 927e83d8c4a8bffe92d92d940d071c41c36cdcff Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Thu, 2 Apr 2009 13:44:21 +0200 Subject: [PATCH] removed etc-portage-bashrc --- conf/etc-portage-bashrc | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 conf/etc-portage-bashrc diff --git a/conf/etc-portage-bashrc b/conf/etc-portage-bashrc deleted file mode 100644 index 5cf819d30..000000000 --- a/conf/etc-portage-bashrc +++ /dev/null @@ -1,5 +0,0 @@ -post_pkg_postrm() { - if [ -z "$SKIP_EQUO_SYNC" ]; then - equo database gentoosync - fi -}