mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
do not leave some packages in ^rc state on snappy/ubuntu-core
(LP: #1428115). Thanks to Daniel Holbach
This commit is contained in:
parent
8f88fdeb57
commit
685606051e
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.291) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* do not leave some packages in ^rc state on snappy/ubuntu-core
|
||||||
|
(LP: #1428115). Thanks to Daniel Holbach
|
||||||
|
|
||||||
|
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 04 Mar 2015 16:24:28 +0100
|
||||||
|
|
||||||
livecd-rootfs (2.290) vivid; urgency=medium
|
livecd-rootfs (2.290) vivid; urgency=medium
|
||||||
|
|
||||||
* touch: Explicitly uninstall systemd-sysv, to help apt to install upstart
|
* touch: Explicitly uninstall systemd-sysv, to help apt to install upstart
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# we want a really minimal image
|
# we want a really minimal image
|
||||||
apt-get remove -y locales
|
apt-get purge -y locales
|
||||||
|
|
||||||
# this will also get rid of libqt5 - this can be removed once
|
# this will also get rid of libqt5 - this can be removed once
|
||||||
# system-image-cli in vivid does no longer depend on
|
# system-image-cli in vivid does no longer depend on
|
||||||
# ubuntu-download-manager
|
# ubuntu-download-manager
|
||||||
apt-get remove -y libicu52
|
apt-get purge -y libicu52
|
||||||
|
Loading…
x
Reference in New Issue
Block a user