Improve Linux packages

This commit is contained in:
Nicola Murino
2020-10-11 16:23:50 +02:00
parent 80d695f3a2
commit 47fed45700
5 changed files with 30 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ overrides:
- bash-completion
- python3-requests
- python3-pygments
- mime-support
scripts:
postinstall: ../scripts/deb/postinstall.sh
preremove: ../scripts/deb/preremove.sh
@@ -75,6 +76,7 @@ overrides:
rpm:
recommends:
- bash-completion
- mailcap
# centos 8 has python3-requests, centos 6/7 python-requests
scripts:
postinstall: ../scripts/rpm/postinstall