mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Remove deps
This commit is contained in:
parent
99e98ee65e
commit
d418054b64
1 changed files with 6 additions and 0 deletions
|
@ -12,4 +12,10 @@ ynh_mysql_drop_db $app
|
|||
sudo rm -rf /var/www/$app
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
||||
|
||||
# Remove app dependencies
|
||||
if ynh_package_is_installed "abantecart-deps"; then
|
||||
ynh_package_autoremove "abantecart-deps"
|
||||
fi
|
||||
|
||||
|
||||
sudo service nginx reload
|
||||
|
|
Loading…
Reference in a new issue