2024-05-06 13:31:36 -04:00

8 lines
270 B
Bash
Executable File

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