This commit is contained in:
guinux
2017-09-12 18:50:39 +02:00
parent 86713ef0ed
commit 7b34054289
4 changed files with 3 additions and 1 deletions

View File

@@ -302,7 +302,6 @@ namespace Pamac {
var new_alpm_conf = new HashTable<string,Variant> (str_hash, str_equal);
new_alpm_conf.insert ("IgnorePkg", new Variant.string (ignorepkg_string.str));
transaction.start_write_alpm_config (new_alpm_conf);
}
}