Alessandro Ghedini wrote: > >> (let ((package-dir (concat "/usr/share/" >> (symbol-name debian-emacs-flavor) >> "/site-lisp/ecasound-el"))) >> >> (debian-pkg-add-load-path-item package-dir)
Yes, but the key is the directory existence test before doing the autoloads etc. If removed but not purged then the package-dir doesn't exist. (when (file-directory-p package-dir) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org