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

8 lines
115 B
Bash
Raw Normal View History

2015-10-12 23:20:04 +00:00
#!/bin/bash
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
ebegin "Updating eix cache"
eix-update -q
eend $?