summarylogtreecommitdiffstats
path: root/notes.install
diff options
context:
space:
mode:
authorozgursarier2015-09-16 03:58:40 +0300
committerozgursarier2015-09-16 03:58:40 +0300
commit2423b0ec1db15b2e10ab61f7b7fb2dbee5f2c6e6 (patch)
tree649ecf26624c37fe70e9e65399819eadfc6adaf9 /notes.install
downloadaur-2423b0ec1db15b2e10ab61f7b7fb2dbee5f2c6e6.tar.gz
Initial import
Diffstat (limited to 'notes.install')
-rw-r--r--notes.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/notes.install b/notes.install
new file mode 100644
index 000000000000..cd7662f13cf0
--- /dev/null
+++ b/notes.install
@@ -0,0 +1,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"
+}