diff --git a/portage/bashrc b/portage/bashrc index e6ab16b..1bcf337 100644 --- a/portage/bashrc +++ b/portage/bashrc @@ -1,12 +1,12 @@ # Portage - bashrc -# Copyright 2022 Inference -# License: BSD 3-Clause Clear +# Copyright 2022-2023 Inference +# SPDX-License-Identifier: BSD-3-Clause-Clear -# 0.0.0.0 +# Version: 0.0.1.1 -# This hook is necessary for automatic updating of the cfg-update index. +# Automatically update cfg-update index. pre_pkg_setup() { [[ $ROOT = / ]] && cfg-update --index }