Description: Don't install lxcguest in precise (and higher) releases
 It is no longer needed.
 This will be forwarded upstream.
Author: Serge Hallyn <serge.hallyn@ubuntu.com>
Forwarded: no

Index: lxc-0.7.5/templates/lxc-ubuntu.in
===================================================================
--- lxc-0.7.5.orig/templates/lxc-ubuntu.in	2012-02-08 14:17:32.000000000 -0600
+++ lxc-0.7.5/templates/lxc-ubuntu.in	2012-02-08 14:45:03.325391584 -0600
@@ -407,7 +407,8 @@
 
     if [ $trim_container -eq 1 ]; then
         trim $rootfs $release
-    else
+    elif [ $release = "lucid" -o $release = "maverick" -o $release = "natty" \
+		-o $release = "oneiric" ]; then
         # for lucid and maverick, if not trimming, then add the ubuntu-virt
         # ppa and install lxcguest
         if [ $release = "lucid" -o $release = "maverick" ]; then
