10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
post_install() {
|
|
local _prefix="/ucrt64"
|
|
local _prefix_win="$(cygpath -m "${_prefix}")"
|
|
sed -s "s|${_prefix}|${_prefix_win}|g" -i "${_prefix}/lib/mypaint/lib/config.py"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|