Skip to content

Commit 02ce7de

Browse files
committed
1 parent 9b9722d commit 02ce7de

31 files changed

Lines changed: 1109 additions & 111 deletions

command-not-found.cpp

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,83 +26,83 @@ using namespace std;
2626

2727
list<string> games_commands = {
2828
#ifdef __aarch64__
29-
# include "game-packages/commands-aarch64-1150e2f.h"
29+
# include "game-packages/commands-aarch64-9474326.h"
3030
#elif defined __arm__
31-
# include "game-packages/commands-arm-1150e2f.h"
31+
# include "game-packages/commands-arm-9474326.h"
3232
#elif defined __i686__
33-
# include "game-packages/commands-i686-1150e2f.h"
33+
# include "game-packages/commands-i686-9474326.h"
3434
#elif defined __x86_64__
35-
# include "game-packages/commands-x86_64-1150e2f.h"
35+
# include "game-packages/commands-x86_64-9474326.h"
3636
#else
3737
# error Failed to detect arch
3838
#endif
3939
};
4040

4141
list<string> main_commands = {
4242
#ifdef __aarch64__
43-
# include "termux-packages/commands-aarch64-600a3f6.h"
43+
# include "termux-packages/commands-aarch64-366763d.h"
4444
#elif defined __arm__
45-
# include "termux-packages/commands-arm-600a3f6.h"
45+
# include "termux-packages/commands-arm-366763d.h"
4646
#elif defined __i686__
47-
# include "termux-packages/commands-i686-600a3f6.h"
47+
# include "termux-packages/commands-i686-366763d.h"
4848
#elif defined __x86_64__
49-
# include "termux-packages/commands-x86_64-600a3f6.h"
49+
# include "termux-packages/commands-x86_64-366763d.h"
5050
#else
5151
# error Failed to detect arch
5252
#endif
5353
};
5454

5555
list<string> root_commands = {
5656
#ifdef __aarch64__
57-
# include "termux-root-packages/commands-aarch64-48be2f1.h"
57+
# include "termux-root-packages/commands-aarch64-f6d3d28.h"
5858
#elif defined __arm__
59-
# include "termux-root-packages/commands-arm-48be2f1.h"
59+
# include "termux-root-packages/commands-arm-f6d3d28.h"
6060
#elif defined __i686__
61-
# include "termux-root-packages/commands-i686-48be2f1.h"
61+
# include "termux-root-packages/commands-i686-f6d3d28.h"
6262
#elif defined __x86_64__
63-
# include "termux-root-packages/commands-x86_64-48be2f1.h"
63+
# include "termux-root-packages/commands-x86_64-f6d3d28.h"
6464
#else
6565
# error Failed to detect arch
6666
#endif
6767
};
6868

6969
list<string> science_commands = {
7070
#ifdef __aarch64__
71-
# include "science-packages/commands-aarch64-6485c13.h"
71+
# include "science-packages/commands-aarch64-4bacf5c.h"
7272
#elif defined __arm__
73-
# include "science-packages/commands-arm-6485c13.h"
73+
# include "science-packages/commands-arm-4bacf5c.h"
7474
#elif defined __i686__
75-
# include "science-packages/commands-i686-6485c13.h"
75+
# include "science-packages/commands-i686-4bacf5c.h"
7676
#elif defined __x86_64__
77-
# include "science-packages/commands-x86_64-6485c13.h"
77+
# include "science-packages/commands-x86_64-4bacf5c.h"
7878
#else
7979
# error Failed to detect arch
8080
#endif
8181
};
8282

8383
list<string> unstable_commands = {
8484
#ifdef __aarch64__
85-
# include "unstable-packages/commands-aarch64-4d08920.h"
85+
# include "unstable-packages/commands-aarch64-3bbba3b.h"
8686
#elif defined __arm__
87-
# include "unstable-packages/commands-arm-4d08920.h"
87+
# include "unstable-packages/commands-arm-3bbba3b.h"
8888
#elif defined __i686__
89-
# include "unstable-packages/commands-i686-4d08920.h"
89+
# include "unstable-packages/commands-i686-3bbba3b.h"
9090
#elif defined __x86_64__
91-
# include "unstable-packages/commands-x86_64-4d08920.h"
91+
# include "unstable-packages/commands-x86_64-3bbba3b.h"
9292
#else
9393
# error Failed to detect arch
9494
#endif
9595
};
9696

9797
list<string> x11_commands = {
9898
#ifdef __aarch64__
99-
# include "x11-packages/commands-aarch64-36b739a.h"
99+
# include "x11-packages/commands-aarch64-e4deb66.h"
100100
#elif defined __arm__
101-
# include "x11-packages/commands-arm-36b739a.h"
101+
# include "x11-packages/commands-arm-e4deb66.h"
102102
#elif defined __i686__
103-
# include "x11-packages/commands-i686-36b739a.h"
103+
# include "x11-packages/commands-i686-e4deb66.h"
104104
#elif defined __x86_64__
105-
# include "x11-packages/commands-x86_64-36b739a.h"
105+
# include "x11-packages/commands-x86_64-e4deb66.h"
106106
#else
107107
# error Failed to detect arch
108108
#endif

science-packages/commands-aarch64-6485c13.h renamed to science-packages/commands-aarch64-4bacf5c.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
" ncdump",
101101
" ncgen",
102102
" ncgen3",
103+
" ocprint",
103104
"openbabel",
104105
" obabel",
105106
" obconformer",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
" ncdump",
101101
" ncgen",
102102
" ncgen3",
103+
" ocprint",
103104
"openbabel",
104105
" obabel",
105106
" obconformer",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
" ncdump",
101101
" ncgen",
102102
" ncgen3",
103+
" ocprint",
103104
"openbabel",
104105
" obabel",
105106
" obconformer",

science-packages/commands-x86_64-6485c13.h renamed to science-packages/commands-x86_64-4bacf5c.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
" ncdump",
101101
" ncgen",
102102
" ncgen3",
103+
" ocprint",
103104
"openbabel",
104105
" obabel",
105106
" obconformer",

0 commit comments

Comments
 (0)