qolepostinst = open("control/postinst", "r") p.postinstall=qolepostinst.read() qolepostrm = open("control/postrm", "r") p.postremove=qolepostrm.read()