3 sed -i -e "s:homedir = \"/home/\"+utente+\"/.ubuntuwintv/\":homedir = \"$HOME/.ubuntuwintv/\":g" /usr/bin/ubuntuwintv.py
4 sed -i -e "s:fileconf = \"/home/\"+utente+\"/.ubuntuwintv/conf.txt\":fileconf = \"$HOME/.ubuntuwintv/conf.txt\":g" /usr/bin/ubuntuwintv.py
6 echo ">> WARNING: if you have installed this package with root user"
7 echo ">> change this two variables in /usr/bin/ubuntuwintv.py:"
8 echo ">> homedir = \"/home/YOURUSER/.ubuntuwintv\""
9 echo ">> confdir = \"/home/YOURUSER/.ubuntuwintv/conf.txt\""
11 echo ">>>If you use gnome you can replace python-wnck with gnome-python-desktop"