Ticket #100 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Files not removed when uninstalling ''ezweb-platform-common''

Reported by: apoloval Assigned to: apoloval
Priority: major Milestone: Software packaging
Component: Package system Version:
Keywords: Cc:

Description

When ezweb-platform-common package is removed with

   $ apt-get remove ezweb-platform-common

A warning message is written indicating

dpkg - warning: while removing ezweb-platform-common, directiry /usr/share/ezweb-platform/<...>'
is not empty, not removed

This is an undesired behavior and should be fixed.

Change History

02/05/08 12:18:52 changed by apoloval

  • status changed from new to assigned.

(follow-up: ↓ 3 ) 02/05/08 12:19:51 changed by apoloval

I found the cause: executing python modules means creating .pyc files not included in original source code. Such files should be removed in postinst script.

(in reply to: ↑ 2 ) 02/05/08 12:26:05 changed by apoloval

Replying to apoloval:

I found the cause: executing python modules means creating .pyc files not included in original source code. Such files should be removed in postinst script.

I meant prerm script.

02/05/08 12:58:37 changed by apoloval

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed with r867.