mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[fix] remove dependencies
This commit is contained in:
parent
92a6fcf934
commit
d128c33594
1 changed files with 4 additions and 3 deletions
|
@ -33,6 +33,7 @@ ynh_system_user_delete $app
|
||||||
sudo systemctl reload nginx
|
sudo systemctl reload nginx
|
||||||
|
|
||||||
# Remove app dependencies
|
# Remove app dependencies
|
||||||
if ynh_package_is_installed "$DEPS_PKG_NAME"; then
|
ynh_remove_app_dependencies
|
||||||
ynh_package_autoremove "$DEPS_PKG_NAME"
|
# The following command is kept as a matter of transition with the previous way
|
||||||
fi
|
# of managing dependencies
|
||||||
|
ynh_package_autoremove "php-net-ldap3" || true
|
Loading…
Add table
Reference in a new issue