Backup_Home/uninstall.sh

11 lines
247 B
Bash
Raw Permalink Normal View History

2023-01-08 21:54:41 +01:00
#!/bin/bash
# Uninstall the app...
echo "Removing all files and shortcuts..."
rm -r "$HOME"/bin/backup_home
2023-01-08 21:56:26 +01:00
rm "$HOME"/.local/share/applications/Backup.desktop
2023-01-08 21:54:41 +01:00
echo "Application now removed!"
echo "Press 'Enter' to close this window..."
read -r