config_fix

This commit is contained in:
simono41 2018-07-14 18:11:53 +02:00
parent ade5f11b9a
commit c938227ae7

View file

@ -385,10 +385,6 @@ fi
mkdir -p /root/.config
compress restore /opt/${repo}/.config.tar.pxz /root/.config/
gnomeconfig
copyconfig
# set system startup files
echo "System startup files"
@ -800,6 +796,9 @@ if [ "$version" != "lite" ] && [ "$skip" != "skip" ]; then
fi
echo "Kopiere Config zum User"
copyconfig
if pacman -Qdtq; then
echo "Verwaiste Packete werden entfernt :)"
pacman -Rsn $(pacman -Qdtq) --noconfirm