spotube/deb-struct/DEBIAN/postrm
2022-01-13 23:18:38 +06:00

7 lines
69 B
Bash
Executable File

#!/usr/bin/env sh
echo Removing symlink
rm /usr/bin/spotube
exit 0