summaryrefslogtreecommitdiff
path: root/integration/scripts/files/elements/guest-agent/post-install.d/99-clean-apt
blob: 227c508db17292720479a9d9d3b7e94e9e211a8d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# CONTEXT: GUEST during CONSTRUCTION as ROOT
# PURPOSE: Delete contents of apt cache on guest (saves image disk space)

set -e
set -o xtrace

apt-get clean