Fix the sed script that Tobias had right in the first place and I mangled in the previous upload.

This commit is contained in:
Steve Langasek 2019-04-13 02:13:17 -07:00
parent 85b7813ff8
commit 39f2558b96
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.578) UNRELEASED; urgency=medium
* Fix the sed script that Tobias had right in the first place and I
mangled in the previous upload.
-- Steve Langasek <steve.langasek@ubuntu.com> Sat, 13 Apr 2019 02:12:51 -0700
livecd-rootfs (2.577) disco; urgency=medium
[ Tobias Koch ]

View File

@ -448,7 +448,7 @@ _snap_post_process() {
# Remove snap, assertions and entry in seed.yaml
rm -f ${snaps_dir}/snapd_[0-9]*.snap
rm -f ${assertions_dir}/snapd_[0-9]*.assert
sed -i -e'/name: snapd/,+2d' $seed_yaml
sed -i -e'N;/name: snapd/,+2d' $seed_yaml
fi
;;
*)