46
46
self.uname = Popen(["uname","-r"],stdout=PIPE).communicate()[0].strip()
48
48
# the quirk function have the name:
49
50
# $todist$Name (e.g. intrepidPostUpgrade)
50
51
# $from_$fromdist$Name (e.g. from_dapperPostUpgrade)
51
52
def run(self, quirksName):