diff options
Diffstat (limited to 'comms/mgetty+sendfax/pkg-install')
-rw-r--r-- | comms/mgetty+sendfax/pkg-install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/pkg-install b/comms/mgetty+sendfax/pkg-install index e2b93de3d857..68d8f57c50d1 100644 --- a/comms/mgetty+sendfax/pkg-install +++ b/comms/mgetty+sendfax/pkg-install @@ -1,8 +1,9 @@ #!/usr/bin/perl exit 0 if $ARGV[1] ne "POST-INSTALL"; +exit 0 if $ENV{'BATCH'}; -print STDERR "\n\n\n =========== mgetty+sendfax configuration ================\n\n"; +print STDERR "\n\n\n =========== mgetty+sendfax configuration ===========\n\n"; $prefix = $ENV{'PKG_PREFIX'}; $sep = "~"; |