#!/bin/sh
chown -R user:users /home/user/.habitjewel
chown root:root /usr/share/applications/hildon/habitjewel.desktop
chown root:root /opt/habitjewel
chmod -R u=rwX,g=rX,o=rwX /home/user/.habitjewel
chmod 644 /usr/share/applications/hildon/habitjewel.desktop
chown root:root /opt/habitjewel
chmod -R 644 /opt/habitjewel
chmod 755 /opt/habitjewel/habitjewel.py
    