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