Bug #6531

Fix Unsafe Browser vs. APT

Added by intrigeri 2013-12-23 06:27:47 . Updated 2013-12-23 06:32:21 .

Status:
Resolved
Priority:
Normal
Assignee:
intrigeri
Category:
Target version:
Start date:
2013-12-23
Due date:
% Done:

0%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
0
Affected tool:
Deliverable for:

Description

The Unsafe Browser does not start as:

# apt-get remove  xul-ext-*
Reading package lists... Done
E: The value 'wheezy' is invalid for APT::Default-Release as such a release is not available in the sources

This is presumably due to not shipping APT lists.

Replacing this call with something like that should work:

dpkg -l 'xul-ext-*' | /bin/grep '^ii' | awk '{print $2}' | xargs echo dpkg --remove

Subtasks


History

#1 Updated by intrigeri 2013-12-23 06:32:21

  • Status changed from Confirmed to Resolved

Fixed in 54d6ae7.