2024-07-26 21:26:14 -04:00

8 lines
258 B
Bash
Executable File

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