spotube/linux/packaging/deb/DEBIAN/postinst
2022-04-23 21:55:40 +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