mirror of
https://git.adityakumar.xyz/portage-config.git
synced 2024-11-09 16:29:44 +00:00
5 lines
157 B
Bash
5 lines
157 B
Bash
|
# This hook is neccesary for automatic updating of the cfg-update index, please do not modify it!
|
||
|
pre_pkg_setup() {
|
||
|
[[ $ROOT = / ]] && cfg-update --index
|
||
|
}
|