You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
287 B
Bash
11 lines
287 B
Bash
#!/bin/bash
|
|
|
|
rm -rf ~/.cache/cool-retro-term
|
|
rm -rf ~/cool-retro-term
|
|
rm -f ~/.local/share/applications/crt.desktop
|
|
|
|
DIRECTORY="$(dirname "$(dirname "$(dirname "$0")")")"
|
|
"${DIRECTORY}/purge-installed" "$(dirname "$0")" || exit 1
|
|
|
|
rm -rf ~/.local/share/cool-retro-term ~/cool-retro-term
|