[Bug 1336819] Re: Downloaded files attempted double removal

Launchpad Bug Tracker 1336819 at bugs.launchpad.net
Wed Sep 10 06:22:59 UTC 2014


Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: msttcorefonts (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to msttcorefonts in Ubuntu.
https://bugs.launchpad.net/bugs/1336819

Title:
  Downloaded files attempted double removal

Status in “msttcorefonts” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu Utopic (dev). After package installation, package data
  downloader fails:

  /usr/lib/update-notifier/package-data-downloader:260:
                      for f in downloaded:
                          os.remove(f)

  but the handler script:
  /usr/lib/msttcorefonts/update-ms-fonts:88:
  for ff in "$@"; do
      cabextract $ff 1>&2 || EXITCODE=1
      rm $ff
  done

  has removed the files already. The fix is to remove line 88 (rm $ff)
  from the handler script.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1336819/+subscriptions



More information about the foundations-bugs mailing list