Ticket #1241 (closed defect: fixed)

Opened 12 years ago

Last modified 11 years ago

debathena-emacs-config doesn’t uninstall cleanly

Reported by: andersk Owned by:
Priority: normal Milestone: The Distant Future
Component: -- Keywords:
Cc: Fixed in version: debathena-emacs-config 1.5.2
Upstream bug:

Description

Since debathena-emacs-config works by installing a conffile, and dpkg doesn’t delete conffiles on package removal, its effects are persistent until the package is manually purged.

Change History

comment:1 Changed 12 years ago by jdreed

geofft notes this is as simple as:

(if (file-exists-p "/usr/share/debathena-emacs-config/foo")         
       (load-file "/usr/share/debathena-emacs-config/foo"))

comment:2 Changed 12 years ago by jdreed

  • Status changed from new to committed
  • Fixed in version set to debathena-emacs-config 1.5.2

comment:3 Changed 12 years ago by jdreed

  • Status changed from committed to development

comment:4 Changed 11 years ago by jdreed

  • Status changed from development to proposed

comment:5 Changed 11 years ago by jdreed

  • Status changed from proposed to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.