blob: b38cbc473bb71114f672eab5d8b240274036b287 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
/bin/systemctl disable weston-mapviewer-demo.service
/bin/systemctl enable weston.service
/bin/systemctl disable mapviewer.service
rm -f /usr/lib/libmmngrbuf.so.1
sync
|