Bug 5544 - nmh will not uninstall
Summary: nmh will not uninstall
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: nmh
Version: 6.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Florian La Roche
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-10-04 23:51 UTC by Brian Ryner
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-02-16 15:27:30 UTC
Embargoed:


Attachments (Terms of Use)

Description Brian Ryner 1999-10-04 23:51:03 UTC
When I tried to rpm -e nmh, I got the following message:

execution of script failed.

As far as I can tell, it is referring to the preuninstall
script, which is:

if [ $1 = 0 ]; then
    [ ! -L /usr/bin/mh ] || rm -f /usr/bin/mh
    [ ! -L /usr/lib/mh ] || rm -f /usr/lib/mh
    [ -d /etc/smrsh -a -L /etc/smrsh/slocal ] && rm -f
/etc/smrsh/slocal
fi


Note You need to log in before you can comment on or make changes to this bug.