5 lines
177 B
Bash
5 lines
177 B
Bash
echo "Remove old About and Activity apps that are in Omarchy Menu or hotkey"
|
|
|
|
rm -f ~/.local/share/applications/About.desktop
|
|
rm -f ~/.local/share/applications/Activity.desktop
|