Remove most obsolete files before migrating to maestro
This commit is contained in:
10
images/firefox/build/scripts/99_cleanup.sh
Normal file
10
images/firefox/build/scripts/99_cleanup.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
apt-get clean
|
||||
#rm -rf /build
|
||||
rm -rf /tmp/* /var/tmp/*
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
rm -f /etc/dpkg/dpkg.cfg.d/02apt-speedup
|
||||
Reference in New Issue
Block a user