fix uninstaller
This commit is contained in:
parent
3728e9cd7a
commit
d5938ae9d0
@ -13,7 +13,7 @@
|
||||
cd || exit
|
||||
rm -f /home/"$USER"/.icons/wg-active.png wg-stop.png wg-vpn.png wg-import.png wg-trash.png wg-info.png wg-vpn-info.png
|
||||
wait;
|
||||
rm -r /home/"$USER"/.config/wg_nmcli ; rm /sbin/wg_on_start
|
||||
rm -r /home/"$USER"/.config/wg_nmcli
|
||||
if [ -d /home/$USER/.config/autostart ] # for GNOME, XFCE, KDE, Budgie
|
||||
then
|
||||
rm /home/$USER/.config/autostart/wgonstart.desktop > /dev/null 2>&1
|
||||
@ -25,7 +25,7 @@ elif [ -d /home/$USER/.config/lxsession/Lubuntu/autostart ] # for LXDE
|
||||
rm /home/$USER/.config/lxsession/Lubuntu/autostart/.wgonstart.desktop > /dev/null 2>&1
|
||||
fi
|
||||
wait;
|
||||
sudo rm /usr/share/icons/Arch-Symbole/wg-vpn.png ; sudo rm /sbin/wire_g ; sudo rm /sbin/wg_stop
|
||||
sudo rm /usr/share/icons/Arch-Symbole/wg-vpn.png ; sudo rm /sbin/wire_g ; sudo rm /sbin/wg_stop ; sudo rm /sbin/wg_on_start
|
||||
wait;
|
||||
sudo rm /usr/share/applications/Wire-G.desktop ; sudo rm /usr/share/locale/de/LC_MESSAGES/wire-g.mo
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user