Fixed some issues with special characters and adding contact to address book.
[jenirok] / debian / postinst
1 #!/bin/sh -e
2
3 /etc/init.d/jenirokd start -boot
4
5 exit 0