forked from cromer/pamac-classic
little fix in AUR and remove no more needed files
This commit is contained in:
@@ -938,6 +938,7 @@ namespace Pamac {
|
||||
while (Gtk.events_pending ()) {
|
||||
Gtk.main_iteration ();
|
||||
}
|
||||
start_transaction ();
|
||||
string[] cmds = {"yaourt", "-S"};
|
||||
if (pamac_config.no_confirm_build) {
|
||||
cmds += "--noconfirm";
|
||||
|
||||
Reference in New Issue
Block a user