1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00
This commit is contained in:
Éric Gaspar 2022-06-27 10:54:51 +02:00
parent 7b80e42ffa
commit 7e430f7407
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 2 additions and 3 deletions

View file

@ -141,7 +141,6 @@ $config['plugins'] = array(
'new_user_identity',
'newmail_notifier',
'enigma',
'calendar',
// installed plugins
);

View file

@ -153,7 +153,7 @@ ynh_composer_exec --commands="require \
sblaisot/automatic_addressbook $automatic_addressbook_version \
kolab/calendar $calendar_version"
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
installed_plugins+=" 'contextmenu', 'automatic_addressbook', 'calendar',"
ynh_add_config --template="../conf/enigma.config.inc.php" --destination="$final_path/plugins/enigma/config.inc.php"
mkdir -p "$final_path/plugins/enigma/home"

View file

@ -205,7 +205,7 @@ then
sblaisot/automatic_addressbook $automatic_addressbook_version \
kolab/calendar $calendar_version"
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
installed_plugins+=" 'contextmenu', 'automatic_addressbook', 'calendar',"
ynh_add_config --template="../conf/enigma.config.inc.php" --destination="$final_path/plugins/enigma/config.inc.php"
mkdir -p "$final_path/plugins/enigma/home"