Forums

Newbie script writer with question about mydocs symlinks

Auteur Réponses
gotsanity Dimanche 2 Mars 2014 à 2:58
gotsanityAnonymous

I have a program that installs to mydocs (i know, its a horrible idea but I didnt make the program). When dealing with that situation, POL doesnt like to create shortcuts to non-bottled programs. I am looking for a simple way to delete or point the mydocs symlink to something within the folder. This is trivial when installing manually but I am looking at creating the script for some seriously noobish friends to use. Any help would be greatly appreciated.

In the end I know I can just delete the symlink and create a new folder via the script but I was hoping for something built in.
petch Dimanche 2 Mars 2014 à 3:10
petch

You can try the PrivateUserDirs pseudo component:
[code language=playonlinux]
POL_Call POL_Function_PrivateUserDirs
[/code]

http://www.playonlinux.com/en/app-1669-POL_Install_PrivateUserDirs.html
gotsanity Dimanche 2 Mars 2014 à 21:58
gotsanityAnonymous

this is exaclty what i was looking for, thank you