blob: 907008557325d2eb5d54d509c9ca9697c97b2c80 [file] [log] [blame]
MINGW_INSTALL=mingw32
post_install() {
if [ -f "${MINGW_INSTALL}/lib/vlc/vlc-cache-gen.exe" ]; then
PATH="./${MINGW_INSTALL}/bin:$PATH" ./${MINGW_INSTALL}/lib/vlc/vlc-cache-gen.exe ./${MINGW_INSTALL}/lib/vlc/plugins
fi
}
post_upgrade() {
post_install
}