remove update-notifier messages

ubuntu/precise
LaMont Jones 20 years ago
parent 3e1e7ae391
commit 28022c9edd

5
debian/changelog vendored

@ -1,10 +1,11 @@
livecd-rootfs (0.21) hoary-cat-UNRELEASED; urgency=low
livecd-rootfs (0.21) hoary-cat; urgency=low
* a bit more ports.ubuntu.com cleanup: deb-src still needs to point at
archive.ubuntu.com.
* postfix isn't there anymore, make the postfix stripping stuff conditional.
* nuke the update-notifier messages
-- LaMont Jones <lamont@ubuntu.com> Wed, 1 Jun 2005 00:08:09 -0600
-- LaMont Jones <lamont@ubuntu.com> Thu, 18 Aug 2005 12:09:49 -0600
livecd-rootfs (0.20) hoary-cat; urgency=low

@ -231,6 +231,7 @@ deb-src ${SRCMIRROR} ${STE}-security main restricted
chroot ${ROOT} apt-get clean
rm -f ${ROOT}var/lib/apt/lists/*_*
rm -f ${ROOT}var/spool/postfix/maildrop/*
rm -f ${ROOT}var/lib/update-notifier/user.d/*
chroot $ROOT apt-get update || true # give them fresh lists, but don't fail
rm -f ${ROOT}etc/resolv.conf ${ROOT}etc/mailname
if [ -f ${ROOT}/etc/postfix/main.cf ]; then

Loading…
Cancel
Save