mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
parent
a1948e259a
commit
cbdb00b620
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,11 @@ purge_files()
|
|||
rm -rf $path/opensnitch/
|
||||
fi
|
||||
done
|
||||
|
||||
deskfile=/etc/xdg/autostart/opensnitch_ui.desktop
|
||||
if [ -h $deskfile -o -f $deskfile ]; then
|
||||
rm -f $deskfile
|
||||
fi
|
||||
}
|
||||
|
||||
pkill -15 opensnitch-ui || true
|
||||
|
@ -21,4 +26,7 @@ case "$1" in
|
|||
purge)
|
||||
purge_files
|
||||
;;
|
||||
remove)
|
||||
purge_files
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue