Temporarily disable Click package installation, until desktop/AppArmor

integration has landed properly.
ubuntu/trusty
Colin Watson 12 years ago
parent aded5ce10a
commit f030ef8902

2
debian/changelog vendored

@ -6,6 +6,8 @@ livecd-rootfs (2.164) UNRELEASED; urgency=low
* Remove livecd.py, which was never finished. * Remove livecd.py, which was never finished.
* Remove all vestiges of livecd.sh and ubuntu-touch-android.sh. * Remove all vestiges of livecd.sh and ubuntu-touch-android.sh.
Requiescant in pace. Requiescant in pace.
* Temporarily disable Click package installation, until desktop/AppArmor
integration has landed properly.
-- Colin Watson <cjwatson@ubuntu.com> Mon, 22 Jul 2013 11:35:23 +0100 -- Colin Watson <cjwatson@ubuntu.com> Mon, 22 Jul 2013 11:35:23 +0100

@ -1,5 +1,11 @@
#!/bin/sh #!/bin/sh
cat <<EOF
Click package installation temporarily disabled until desktop/AppArmor
integration is all working properly.
EOF
exit 0
set -e set -e
echo "Setting up click packages" echo "Setting up click packages"

Loading…
Cancel
Save