mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[fix] variable into ynh_install_app_dependencies
This commit is contained in:
parent
7a2dbccf95
commit
f68277b19a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ ynh_system_user_delete $app
|
|||
sudo systemctl reload nginx
|
||||
|
||||
# Remove app dependencies
|
||||
ynh_remove_app_dependencies
|
||||
ynh_remove_app_dependencies "$PKG_DEPENDENCIES"
|
||||
# The following command is kept as a matter of transition with the previous way
|
||||
# of managing dependencies
|
||||
ynh_package_autoremove "roundcube-deps" || true
|
Loading…
Add table
Reference in a new issue