summarylogtreecommitdiffstats
path: root/mpv-sponsorblock-minimal.install
blob: c6cb16a187080e5e8c4750675c461ea1cde7604b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_install() {
  printf "
  You must symlink this package's contents to ~/.config/mpv/scripts
  in order for it to work properly.

  You can create this symlink with:
  ln -sf /usr/lib/mpv/sponsorblock-minimal.lua ~/.config/mpv/scripts
  ";
}

post_remove()  {
  printf "
  Please remember to remove the symlink if you created one to enable this plugin.

  You can remove it using:
  rm ~/.config/mpv/scripts/sponsorblock-minimal.lua
  ";
}