python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / ti-sgx-um / S80ti-sgx
blob8cae52fd6e2014a6038394abdd3a38f15cb275d7
1 #!/bin/sh
2 case "$1" in
3 start)
4 printf "Initializing SGX graphics driver "
5 /usr/bin/pvrsrvinit
6 [ $? = 0 ] && echo "OK" || echo "FAIL"
7 ;;
8 stop)
9 ;;
11 echo "Usage: $0 {start|stop}"
12 exit 1
14 esac