mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-17 13:51:32 +00:00
Temporarily disable Click package installation, until desktop/AppArmor
integration has landed properly.
This commit is contained in:
parent
aded5ce10a
commit
f030ef8902
2
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user