Bug 27074

Summary: "doing nothing" positinstall script
Product: [Retired] Red Hat Linux Reporter: Michal Jaegermann <michal>
Component: ttfontsAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-11 19:29:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Jaegermann 2001-02-11 19:29:31 UTC
ttfonts-1.0-1.noarch.rpm included the following postinstall script:

cd /usr/share/fonts/default/TrueType
/usr/bin/ttmkfdir &>/dev/null || :

This is, obviously, not doing anything useful.  From my understanding
something of that sort is required there instead or installed fonts
will be not really accesible.

cd /usr/share/fonts/default/TrueType
if [ -x /usr/bin/ttmkfdir ] ; then
   /usr/bin/ttmkfdir >fonts.dir
   ln -s fonts.dir fonts.scale
fi
exit 0

  Michal
  michal

Comment 1 Jeremy Katz 2001-02-11 21:26:15 UTC

*** This bug has been marked as a duplicate of 26757 ***