2024-05-06 14:22:35 -04:00

8 lines
267 B
Bash
Executable File

#!/bin/bash
echo "Removing icon"
rm -f $HOME/.local/share/icons/hicolor/scalable/apps/freeciv-client.png
echo "Removing start menu entry"
rm -f $HOME/.local/share/applications/freeciv-pa.desktop
echo "Removing desktop shortcut"
rm -f $HOME/Desktop/freeciv-pa.desktop