mirror of
https://github.com/YunoHost-Apps/cops_ynh.git
synced 2024-09-03 18:25:57 +02:00
revert use of ynh_package_autoremove
This commit is contained in:
parent
35d2aeeb86
commit
aa06fff1c2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ fi
|
||||||
|
|
||||||
# Remove app dependencies
|
# Remove app dependencies
|
||||||
if ynh_package_is_installed "cops-deps"; then
|
if ynh_package_is_installed "cops-deps"; then
|
||||||
ynh_remove_app_dependencies
|
ynh_package_autoremove "cops-deps"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Remove the user account~
|
# Remove the user account~
|
||||||
|
|
Loading…
Add table
Reference in a new issue