releasing version 8.55

This commit is contained in:
joey
2005-07-19 20:17:34 +00:00
parent 679992ea62
commit 1c337c3e20
4 changed files with 18 additions and 2 deletions

View File

@@ -316,7 +316,7 @@ sub prep {
print OUT $this->prerm."\n";
print OUT "\n";
}
if ($this->postun) {
if ($this->postrm) {
print OUT "\%postun\n";
print OUT $this->postrm."\n";
print OUT "\n";