little fix in AUR and remove no more needed files

This commit is contained in:
guinux
2016-04-16 14:37:31 +02:00
parent b9a9b49b80
commit 0105b98f9e
6 changed files with 34 additions and 543 deletions

View File

@@ -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";