Small change to text element.
[jspeed] / debian / postinst
1 #!/bin/sh -e
2
3 chown -R user /home/user/.jspeed
4
5 exit 0