forked from cromer/pamac-classic
[mirrors_config] another try on Transactions
This commit is contained in:
parent
55b2c9916e
commit
83aa5fc839
@ -19,7 +19,8 @@
|
|||||||
|
|
||||||
namespace Pamac {
|
namespace Pamac {
|
||||||
class MirrorsConfig {
|
class MirrorsConfig {
|
||||||
public Transaction transaction;
|
Transaction transaction;
|
||||||
|
this.transaction = transaction;
|
||||||
AlpmPackage pkg = transaction.find_installed_satisfier ("pacman-mirrors");
|
AlpmPackage pkg = transaction.find_installed_satisfier ("pacman-mirrors");
|
||||||
string conf_path;
|
string conf_path;
|
||||||
GLib.List<string> _countries ;
|
GLib.List<string> _countries ;
|
||||||
|
Loading…
Reference in New Issue
Block a user