saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
2015-09-06 20:24:47 +02:00
committed by Hans Wurst
parent ed4c217b3e
commit 902bd7c537
45 changed files with 0 additions and 0 deletions

View 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