Package: screen
Version: 4.0.2-4.1
Severity: normal

The postinstall script does:
|# /var/run/screens was used in previous releases and is now depricated
|if [ -d /var/run/screens ] ; then
|    rm -rf /var/run/screens
|fi

and the postrm script does:
|rm -rf /var/run/screen
|
|# remove from /etc/shells
|/usr/sbin/remove-shell /usr/bin/screen || true

There are two distinct paths involved: /var/run/screen, and
/var/run/screens (with and without an 's').  Is this intentional??

Also, I think remove-shell should only ever be called on "remove", not
on "upgrade".  It should happen in prerm instead of postrm, so the
shell is actually available when it is advertised as such.  It would
also be appropriate to call it in prerm "deconfigure" and prerm
"disappear".


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to