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