[Bug 1336819] [NEW] Downloaded files attempted double removal
Ballock
1336819 at bugs.launchpad.net
Wed Jul 2 14:54:58 UTC 2014
Public bug reported:
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.
** Affects: msttcorefonts (Ubuntu)
Importance: Undecided
Status: New
--
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:
New
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