From f1d309edf1e2b28ebcf467178b23a022e48d33c4 Mon Sep 17 00:00:00 2001 From: gh2o Date: Sun, 13 Jul 2014 17:48:50 -0700 Subject: [PATCH] not sure if archroot exists after reboot --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index f187aeb..c920a99 100755 --- a/install.sh +++ b/install.sh @@ -372,7 +372,6 @@ postinstall_main() { rm -f /var/cache/pacman/pkg mv /packages /var/cache/pacman/pkg rm -f /.INSTALL /.MTREE /.PKGINFO - rm -rf /archroot rm -rf /installer }