saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
d09ee8575e
commit
4b0f72d684
2
env.d/90cave
Normal file
2
env.d/90cave
Normal file
@ -0,0 +1,2 @@
|
||||
CAVE_RESUME_FILE_OPT=--resume-file=~/resume
|
||||
CAVE_SEARCH_INDEX=~/cave-search-index
|
7
paludis/hooks/create_search_index.bash
Normal file
7
paludis/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 $?
|
1
paludis/hooks/install_all_post/90-create_search_index.bash
Symbolic link
1
paludis/hooks/install_all_post/90-create_search_index.bash
Symbolic link
@ -0,0 +1 @@
|
||||
/etc/paludis/hooks/create_search_index.bash
|
1
paludis/hooks/sync_all_post/90-create_search_index.bash
Symbolic link
1
paludis/hooks/sync_all_post/90-create_search_index.bash
Symbolic link
@ -0,0 +1 @@
|
||||
/etc/paludis/hooks/create_search_index.bash
|
Loading…
Reference in New Issue
Block a user