saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
7
backup-paludis/hooks/ebuild_postinst_post/some.bash
Normal file
7
backup-paludis/hooks/ebuild_postinst_post/some.bash
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -e '\033[1;32metckeeper postinst phase...\033[0m'
|
||||
etckeeper post-install
|
||||
if [[ $(ld --version) =~ "gold" ]] ; then
|
||||
echo -e "\033[1;31mld gold is in use!!\033[0m"
|
||||
fi
|
||||
Reference in New Issue
Block a user