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

@@ -717,6 +717,10 @@ and groups from the owninfo field, and update modes from the modeinfo field.
sub postinst {
my $this=shift;
if (@_) {
$this->{postinst}=shift;
}
my $owninfo = $this->owninfo;
my $modeinfo = $this->modeinfo;
my $postinst = $this->{postinst};

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";