1
0
Fork 0
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:
polytan02 2017-02-24 14:36:15 +00:00 committed by GitHub
parent 99e98ee65e
commit d418054b64

View file

@ -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