Skip to content

Commit

Permalink
directories recreate on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Sep 28, 2024
1 parent 2ea41e7 commit 3a258cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/operations/package-manager/clean.vala
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public static int clean_main (string[] args) {
print (colorize (_ ("Clean: "), yellow) + _ ("quarantine"));
quarantine_reset ();
set_value ("OPERATION", "clean");
directories_init();
sysconf_main (args);
return 0;
}
Expand Down

0 comments on commit 3a258cf

Please sign in to comment.