[enh] Purge apt dependencies on remove.

This commit is contained in:
pitchum 2018-10-12 08:13:42 +02:00 committed by pitchum
parent 94bbcdb2db
commit 97c32df3cc

View File

@ -43,6 +43,9 @@ sudo rm -f /etc/systemd/system/openvpn@.service
# Remove certificates
sudo rm -rf /etc/openvpn/keys/
# Remove packages
ynh_remove_app_dependencies
# Restart services
sudo systemctl restart php5-fpm
sudo systemctl reload nginx