saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
8
paludis/hooks/sync_all_post/88-fix_portdir_perms.bash
Normal file
8
paludis/hooks/sync_all_post/88-fix_portdir_perms.bash
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
|
||||
|
||||
ebegin "Fixing permissions on /usr/portage"
|
||||
chown -R jule:portage /usr/portage/*
|
||||
eend $?
|
||||
|
||||
7
paludis/hooks/sync_all_post/99-eix.bash
Normal file
7
paludis/hooks/sync_all_post/99-eix.bash
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
|
||||
|
||||
ebegin "Updating eix cache"
|
||||
eix update -q
|
||||
eend $?
|
||||
Reference in New Issue
Block a user