10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
MINGW_INSTALL=/clangarm64
|
|
|
|
post_install() {
|
|
${MINGW_INSTALL}/bin/dot -c
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|