Initial commit
This commit is contained in:
7
hooks/create_search_index.bash
Normal file
7
hooks/create_search_index.bash
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/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 $?
|
||||
Reference in New Issue
Block a user