blob: f78607c2e26f6e33c8f6a3eaeccd6bb402944ac9 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
post_install() {
echo ":: IMPORTANT: It might be needed to log out and back in for the changes"
echo " to take effect."
echo " Proper installation can be tested by browsing to"
echo " https://bitmovin.com/demos/drm"
}
|