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

8 lines
117 B
Bash
Executable File

#!/usr/bin/env sh
echo Creating symlink
ln -s /usr/share/spotube/spotube /usr/bin
chmod +x /usr/bin/spotube
exit 0