saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-08-18 13:48:00 +02:00
committed by Hans Wurst
parent d93ffe484b
commit f6ca5d820a
15 changed files with 25 additions and 9 deletions

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

View File

@@ -0,0 +1,7 @@
#!/bin/bash
source "${PALUDIS_EBUILD_DIR}/echo_functions.bash"
ebegin "Updating eix cache"
eix update -q
eend $?