|
|
|
@ -1014,7 +1014,7 @@ void on_remove_accept(GtkWidget *self, dictionary *dict){
|
|
|
|
if (yon_char_is_empty(sign)){
|
|
|
|
if (yon_char_is_empty(sign)){
|
|
|
|
command = yon_delete_packages_command(storage_path,arch,repo,yon_char_parsed_to_string(packages,size," "));
|
|
|
|
command = yon_delete_packages_command(storage_path,arch,repo,yon_char_parsed_to_string(packages,size," "));
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
command = yon_delete_packages_sign_command(storage_path,arch,repo,yon_char_parsed_to_string(packages,size," "),sign);
|
|
|
|
command = yon_delete_packages_sign_command(storage_path,arch,repo,sign,yon_char_parsed_to_string(packages,size," "));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
yon_debug_output("%s\n",command);
|
|
|
|
yon_debug_output("%s\n",command);
|
|
|
|
if (!system(command)){
|
|
|
|
if (!system(command)){
|
|
|
|
|