Cleanup all -dev packages

This commit is contained in:
Disassembler 2017-12-04 17:31:20 +01:00
parent d839d8d3fa
commit e150bd5f40

View File

@ -1,7 +1,8 @@
#!/bin/bash
# Remove packages not necessary for release
apt-get -y purge bash-completion file gcc git htop libpq-dev python-dev openssh-server tree uuid-runtime vim
apt-get -y purge bash-completion file gcc git htop openssh-server tree uuid-runtime vim
dpkg -l | awk '{print $2}' | grep '\-dev$' | apt-get -y purge
apt-get -y --purge autoremove
# Clean package cache