[postcfg] also remove calamares-git if present

This commit is contained in:
Philip Müller 2020-05-19 16:43:06 +02:00
parent 61496e72fa
commit 717ccf9193

View File

@ -98,6 +98,7 @@ class ConfigController:
# Remove calamares
self.remove_pkg("calamares", "usr/bin/calamares")
self.remove_pkg("calamares-git", "usr/bin/calamares")
# Copy skel to root
self.copy_folder('etc/skel', 'root')