Skip to content

Commit

Permalink
hooks: purge packages before creating list of included packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsosanchezbeato committed Sep 26, 2024
1 parent fa10378 commit 0a2cc43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hooks/600-no-debian.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ set -ex

echo "I: Removing the debian legacy"

# dpkg-deb and dpkg purposefully left behind
dpkg --purge --force-depends apt libapt-pkg6.0t64 debconf

# store manifest of all installed packages
install -m755 -d usr/share/snappy
dpkg -l > usr/share/snappy/dpkg.list
Expand All @@ -29,9 +32,6 @@ dpkg -l > usr/share/snappy/dpkg.list
dpkg-query -W --showformat='- ${binary:Package}=${Version}\n'
} > /usr/share/snappy/dpkg.yaml

# dpkg-deb and dpkg purposefully left behind
dpkg --purge --force-depends apt libapt-pkg5.0 debconf

rm -r \
var/lib/dpkg \
var/log/apt
Expand Down

0 comments on commit 0a2cc43

Please sign in to comment.