On 22 April 2011 07:49, keithjamieson@hotmail.co.uk wrote:
I have not installed skype, bu how hard can it be ? :)
Why would you need to? Surely people just use their package manager for this.
and install /sounds /lang and /avatars in /usr/share/skypedirectory >>
mkdir /usr/share/skypedirector mkdir /sounds cp -r where_skype_extracted/sounds/* /usr/share/skypedirector
then repeat the above for the other folders too.
I would suggest:
mkdir /usr/share/skypedirectory cp -a where_skype_extracted/sounds/ /usr/share/skypedirectory cp -a where_skype_extracted/lang/ /usr/share/skypedirectory cp -a where_skype_extracted/avatars/ /usr/share/skypedirectory
This has fewer steps, and at least you dont throw all the files into one directory (which probably would make it not work).
Regards, Srdjan