Temporarily disable Click package installation, until desktop/AppArmor

integration has landed properly.
This commit is contained in:
Colin Watson 2013-07-23 23:21:53 +01:00
parent aded5ce10a
commit f030ef8902
2 changed files with 8 additions and 0 deletions

2
debian/changelog vendored
View File

@ -6,6 +6,8 @@ livecd-rootfs (2.164) UNRELEASED; urgency=low
* Remove livecd.py, which was never finished.
* Remove all vestiges of livecd.sh and ubuntu-touch-android.sh.
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

View File

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