mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
releasing version 8.55
This commit is contained in:
@@ -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};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user