1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mailman3_ynh.git synced 2024-09-03 19:36:17 +02:00

Hold back upgrade of the system package

Closes https://github.com/YunoHost-Apps/mailman3_ynh/issues/2
This commit is contained in:
Luke Murphy 2019-09-23 18:28:47 +02:00
parent 4e324f1d8a
commit 413475ee7b
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC
2 changed files with 4 additions and 0 deletions

View file

@ -100,6 +100,9 @@ DEBIAN_FRONTEND=noninteractive apt-get \
install \
$mailman3_suite_pkg
# Note(decentral1se): See https://github.com/YunoHost-Apps/mailman3_ynh/issues/2
apt-mark hold $mailman3_suite_pkg
#=================================================
# CREATE A POSTGRESQL DATABASE
#=================================================

View file

@ -1,3 +1,4 @@
#!/bin/bash
# TODO
# Also, see https://github.com/YunoHost-Apps/mailman3_ynh/issues/2