gentoo-server-config/hooks/sync_all_post/99-eix.bash

8 lines
115 B
Bash

#!/bin/bash
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
ebegin "Updating eix cache"
eix-update -q
eend $?