Your message dated Mon, 16 Aug 2010 14:00:14 +0900
with message-id <[email protected]>
and subject line Re: postrm script fails on purge, probably because 
/etc/X11/tinywm doesn't exist
has caused the Debian Bug report #354252,
regarding postrm script fails on purge, probably because /etc/X11/tinywm 
doesn't exist
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
354252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=354252
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tinywm
Version: 1.3-1
Severity: normal

The problem is that your "test -d /etc/X11/$PACKAGE" test returns false
and you don't change that to true before the script exits. There are two
options:
1) Unconditionally use rm -rf /etc/X11/$PACKAGE (which always returns
   true if it either deleted the files it was asked to delete or the
   files (and directories) it was suppposed to delete didn't exist.
2) Set the return code to logical true explicitly. Either by appending
   "|| true" to the "rm" line or by inserting an "true" or "exit 0"
   below it.

Regards, 
  Sven

-- System Information:
Debian Release: 3.1
  APT prefers stable
  APT policy: (990, 'stable'), (400, 'experimental'), (90, 'testing'), (50, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.12-incase
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


--- End Message ---
--- Begin Message ---
Package: tinywm
Version: 1.3-6

Hi,

This bug already fixed in 1.3-6.
I'll close this bug.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


--- End Message ---

Reply via email to