exherbo-config/hooks/create_search_index.bash

8 lines
183 B
Bash
Raw Normal View History

2016-08-14 11:47:34 +00:00
#!/bin/bash
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
ebegin "Update search index at ${CAVE_SEARCH_INDEX}"
cave manage-search-index --create "${CAVE_SEARCH_INDEX}"
eend $?