File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 66
77echo " I: Removing the debian legacy"
88
9+ # dpkg-deb and dpkg purposefully left behind. Ideally we would also remove
10+ # libapt-pkg6.0, but that would break our ABI as unfortunately we shipped it in
11+ # previous revisions of core20.
12+ dpkg --purge --force-depends apt debconf
13+
914# store manifest of all installed packages
1015install -m755 -d usr/share/snappy
1116dpkg -l > usr/share/snappy/dpkg.list
@@ -29,9 +34,6 @@ dpkg -l > usr/share/snappy/dpkg.list
2934 dpkg-query -W --showformat=' - ${binary:Package}=${Version}\n'
3035} > /usr/share/snappy/dpkg.yaml
3136
32- # dpkg-deb and dpkg purposefully left behind
33- dpkg --purge --force-depends apt libapt-pkg5.0 debconf
34-
3537rm -r \
3638 var/lib/dpkg \
3739 var/log/apt
You can’t perform that action at this time.
0 commit comments