Added pacman database unlock after successful installation

pull/105/head
parent f59503ae9e
commit 56bd57d397
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -562,6 +562,7 @@ gboolean on_command_execute_success(GtkWidget *,gint status,main_window *widgets
if (!status)
gtk_button_clicked(GTK_BUTTON(widgets->MoreButton));
}
yon_launch(pacman_unlock_database_command);
yon_packages_update();
return G_SOURCE_REMOVE;
}

Loading…
Cancel
Save