#!/bin/bash

# le proxy n'est plus configuré
#if [ -f /etc/systemd/system/snapd.service.d/upgradeeole.conf ]; then
#    rm -f  /etc/systemd/system/snapd.service.d/upgradeeole.conf
#fi
if [ -L /etc/systemd/system/snapd.service ]; then
    rm -f /etc/systemd/system/snapd.service
fi

exit 0
