Add uninstall.sh
This commit is contained in:
10
uninstall.sh
Normal file
10
uninstall.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Uninstallation script for ThunderPing
|
||||
set -e
|
||||
APPDIR="$HOME/.local/share/thunderping"
|
||||
CONFIGDIR="$HOME/.config/thunderping"
|
||||
rm -rf "$APPDIR"
|
||||
rm -rf "$CONFIGDIR"
|
||||
rm -f "$HOME/.local/share/applications/thunderping.desktop"
|
||||
rm -f "$HOME/.config/autostart/thunderping.desktop"
|
||||
echo "ThunderPing uninstallation completed."
|
||||
Reference in New Issue
Block a user