Untested fixes for PR 1.3
[ussd-widget] / ussd4all / debian / postinst
1 #!/bin/sh
2
3 rtcompatcher.py
4 if [ -f /usr/lib/librtcom-call-ui.so.0.0.0-p1 ] ; then
5     ln -fs /usr/lib/librtcom-call-ui.so.0.0.0-p1 /usr/lib/librtcom-call-ui.so.0
6     pkill rtcom-call-ui
7 fi
8
9 chmod +s /usr/bin/pnatd
10
11 start ussdd
12