Delete leftover dpkg files

This commit is contained in:
Héctor Molinero Fernández 2020-06-11 19:25:25 +02:00
parent 434d575dbe
commit ca6677bad5

View File

@ -87,6 +87,7 @@ build {
rm -f /etc/ssh/ssh_host_*key*
rm -f /etc/wireguard/*-*key /etc/wireguard/*-iface
find /var/lib/apt/lists/ -mindepth 1 -delete
find / -type f -regex '.+\.\(dpkg\|ucf\)-\(old\|new\|dist\)' -delete
EOF
]
}