spotube/linux/packaging/deb/DEBIAN/postrm
2022-04-23 21:55:40 +06:00

7 lines
69 B
Bash
Executable File

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