Initial commit

This commit is contained in:
root
2015-10-13 01:20:04 +02:00
commit 78508943df
51 changed files with 592 additions and 0 deletions

View 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 $?