~ubuntu-dev/ubuntu/lucid/atheist/lucid-201002101849

1
2
3
4
5
6
# -*- mode: python; coding: utf-8 -*-

t = Task('true')
t.pre += DebPkgInstalled("bash")
t.pre += Not(DebPkgInstalled("gescartera"))