Alexander Hansen wrote: > > On Feb 3, 2009, at 7:49 PM, Koen van der Drift wrote: > >> On Feb 3, 2009, at 6:21 PM, Alexander Hansen wrote: >> >>> You should be safe to remove it. Any package that wants to create >>> that >>> should be able to do so. >> >> >> Hmm, it could be from Texshop: >> >> PostInstScript: << >> if ! test -e /Applications/Fink; then /usr/bin/install -d -m 755 / >> Applications/Fink; fi >> ln -nsf %p/Applications/TeXShop.app /Applications/Fink/ >> << >> PostRmScript: rm -f /Applications/Fink/TeXShop.app >> >> Should that go into /sw/Applications ? >> >> - Koen. >> > > That's a symbolic link pointing to a real app bundle in /sw/ > Applications.
Yeah, I guess the postrmscript should also check whether /Applications/Fink is empty and then remove it. I'll get to that when I have time... -- Martin ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
