remove temporary file after apt-get install

pull/6/head
foxyriver 2017-08-03 09:50:56 +08:00
parent 2495cc602f
commit 3681aa13fe
1 changed files with 3 additions and 1 deletions

View File

@ -31,4 +31,6 @@ apt-get clean -y
rm -rf \ rm -rf \
/var/cache/debconf/* \ /var/cache/debconf/* \
/var/lib/apt/lists/* \ /var/lib/apt/lists/* \
/var/log/* /var/log/* \
/tmp/* \
/var/tmp/*