Bug #6531
Fix Unsafe Browser vs. APT
Start date:
2013-12-23
Due date:
% Done:
0%
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.