* live-build/ubuntu-desktop-next/hooks/11-remove-extra-packages.chroot:

- remove click from desktop-next
ubuntu/yakkety
Sebastien Bacher 10 years ago
parent 59c0211354
commit ec055144e7

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.323) UNRELEASED; urgency=medium
* live-build/ubuntu-desktop-next/hooks/11-remove-extra-packages.chroot:
- remove click from desktop-next
-- Sebastien Bacher <seb128@ubuntu.com> Thu, 02 Jul 2015 15:52:39 +0200
livecd-rootfs (2.322) wily; urgency=medium livecd-rootfs (2.322) wily; urgency=medium
* live-build/ubuntu-desktop-next/hooks/00-uid-gid-fix.chroot_early: * live-build/ubuntu-desktop-next/hooks/00-uid-gid-fix.chroot_early:

@ -53,6 +53,7 @@ rtkit:x:114:123:RealtimeKit,,,:/proc:/bin/false
usbmux:x:115:46:usbmux daemon,,,:/var/lib/usbmux:/bin/false usbmux:x:115:46:usbmux daemon,,,:/var/lib/usbmux:/bin/false
colord:x:116:124:colord colour management daemon,,,:/var/lib/colord:/bin/false colord:x:116:124:colord colour management daemon,,,:/var/lib/colord:/bin/false
lightdm:x:117:126:Light Display Manager:/var/lib/lightdm:/bin/false lightdm:x:117:126:Light Display Manager:/var/lib/lightdm:/bin/false
clickpkg:x:118:128::/nonexistent:/bin/false
EOF EOF
else else
echo "/etc/passwd post-debootstrap hash doesn't match record" >&2 echo "/etc/passwd post-debootstrap hash doesn't match record" >&2

@ -0,0 +1,6 @@
#!/bin/sh
set -e
# we don't want click on snappy image
apt-get purge -y click
Loading…
Cancel
Save