add FS cleanup

This commit is contained in:
gh2o 2014-07-13 17:17:59 -07:00
parent 7c5e1fb585
commit 6097f9487d
1 changed files with 7 additions and 0 deletions

View File

@ -350,6 +350,13 @@ EOF
systemctl enable sshd
systemctl start sshd
# cleanup filesystem
rm -f /var/cache/pacman/pkg
mv /packages /var/cache/pacman/pkg
rm -f /.INSTALL /.MTREE /.PKGINFO
rm -rf /archroot
rm -rf /installer
}
canonicalize_path() {