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 +}