portage-config/bashrc

5 lines
157 B
Bash
Raw Permalink Normal View History

2022-07-08 07:19:01 +00:00
# This hook is neccesary for automatic updating of the cfg-update index, please do not modify it!
pre_pkg_setup() {
[[ $ROOT = / ]] && cfg-update --index
}