Issue 14704

Summary: redundant files installed by installer (?)
Product: Installation Reporter: mmeeks <mmeeks>
Component: codeAssignee: dirk.voelzke
Status: CLOSED WONT_FIX QA Contact: issues@installation <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 1.1 Beta2   
Target Milestone: OOo 1.1 RC   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description mmeeks 2003-05-21 13:13:22 UTC
I was just poking at what the installer puts in it's /tmp/svXXX.tmp directory;

It seems that I have a load of .PS files [ PPDs in fact ;-] - a slew of .afms,
and some other stuff that I suspect is unneeded:

Chris sees the same thing:

<haggai> chris@shawn:/tmp/sv002.tmp$ for I in '*' '*.PS' '*.afm'; do echo -n
"$I"; ls $I | wc -l;  done
<haggai> *    319
<haggai> *.PS    176
<haggai> *.afm     41
Comment 1 Olaf Felka 2003-05-22 09:42:42 UTC
Hi Dirk,
is it a new 'feature' or just a bug that we have this lot of *.PS
files in /tmp/sv**.tmp?
Comment 2 dirk.voelzke 2003-05-22 10:03:37 UTC
This is a feature. For printing the licence text, we need these files
before installing the office and there for these files are copied to
the temp directory.
Comment 3 dirk.voelzke 2003-06-11 07:29:21 UTC
.