1 2 3 4 5 6 7 8
post_install() { cat <<EOF $ mkdir -p ~/.config/mpv/scripts/ $ ln -s /usr/share/mpv-notify/notify.lua ~/.config/mpv/scripts/ EOF }