Bug 117961

Summary: weird trigger
Product: [Fedora] Fedora Reporter: Tim Waugh <twaugh>
Component: manAssignee: Eido Inoue <havill>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.5m2-4 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-12 21:33:52 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:
Bug Depends On:    
Bug Blocks: 114961    

Description Tim Waugh 2004-03-10 14:32:41 UTC
Description of problem:
triggerpostun scriptlet (using /bin/sh) -- man <= 1.5i2-0
rm -f /var/cache/man/cat[123456789n]/* 2>/dev/null || :
rm -f /var/cache/man/local/cat[123456789n]/* 2>/dev/null || :
rm -f /var/cache/man/X11R6/cat[123456789n]/* 2>/dev/null || :
rm -f /var/cache/man/whatis 2>/dev/null || :
WHATIS=`find /usr/share/man -n "whatis" 2>/dev/null`
[ -n "$WHATIS" ] && rm -f $WHATIS 2>/dev/null
exit 0

What is the 'find' bit for?  -n isn't a valid predicate!

Version-Release number of selected component (if applicable):
man-1.5m2-3