blob: cd7662f13cf0c0cc4d1625f6baa4132b72771117 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
post_upgrade() {
usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
}
post_remove() {
post_upgrade
}
post_install() {
post_upgrade
printf "\e[37;1m\e[44;1m%s\e[0m\n" "\
Please install a soundfont in order fluidsynth plugin to
be able to play your midi files. Then, open vlc and select
your soundfont in Tools > Preferences > Show settings/All
(Advanced Preferences) > Input / Codecs > Audio codecs
> FluidSynth"
}
|