mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-24 23:44:33 +08:00
Update package to avoid cpan on debian (#362)
* disable rotating sign when stopping or deadpid. * Update install.sh added packages to avoid cpan Added libmime-tools-perl libtest-deep-perl libsendmail-pmilter-perl, since they are available on Debian lets use them.
This commit is contained in:
parent
0a363e7809
commit
b1e282637e
1 changed files with 2 additions and 1 deletions
3
debian/install.sh
vendored
3
debian/install.sh
vendored
|
@ -384,7 +384,8 @@ BASEPACKAGES+=('arj'); BASEPACKAGES+=('lhasa');
|
|||
BASEPACKAGES+=('cabextract'); BASEPACKAGES+=('cpio'); BASEPACKAGES+=('file');
|
||||
BASEPACKAGES+=('gzip'); BASEPACKAGES+=('nomarch'); BASEPACKAGES+=('pax');
|
||||
BASEPACKAGES+=('rar'); BASEPACKAGES+=('unrar'); BASEPACKAGES+=('unzip');
|
||||
BASEPACKAGES+=('zip'); BASEPACKAGES+=('zoo');
|
||||
BASEPACKAGES+=('zip'); BASEPACKAGES+=('zoo'); BASEPACKAGES+=('libsendmail-pmilter-perl');
|
||||
BASEPACKAGES+=('libmime-tools-perl'); BASEPACKAGES+=('libtest-deep-perl');
|
||||
|
||||
if [ "$parsedCommands" -gt 0 ]; then
|
||||
BASEPACKAGES+=('cpanminus');
|
||||
|
|
Loading…
Reference in a new issue