mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 00:51:36 +00:00
remove update-notifier messages
This commit is contained in:
parent
3e1e7ae391
commit
28022c9edd
5
debian/changelog
vendored
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
|
* a bit more ports.ubuntu.com cleanup: deb-src still needs to point at
|
||||||
archive.ubuntu.com.
|
archive.ubuntu.com.
|
||||||
* postfix isn't there anymore, make the postfix stripping stuff conditional.
|
* 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
|
livecd-rootfs (0.20) hoary-cat; urgency=low
|
||||||
|
|
||||||
|
@ -231,6 +231,7 @@ deb-src ${SRCMIRROR} ${STE}-security main restricted
|
|||||||
chroot ${ROOT} apt-get clean
|
chroot ${ROOT} apt-get clean
|
||||||
rm -f ${ROOT}var/lib/apt/lists/*_*
|
rm -f ${ROOT}var/lib/apt/lists/*_*
|
||||||
rm -f ${ROOT}var/spool/postfix/maildrop/*
|
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
|
chroot $ROOT apt-get update || true # give them fresh lists, but don't fail
|
||||||
rm -f ${ROOT}etc/resolv.conf ${ROOT}etc/mailname
|
rm -f ${ROOT}etc/resolv.conf ${ROOT}etc/mailname
|
||||||
if [ -f ${ROOT}/etc/postfix/main.cf ]; then
|
if [ -f ${ROOT}/etc/postfix/main.cf ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user