summarylogtreecommitdiffstats
path: root/mpv-bash-completion.install
blob: a90bf9c23df996e4f80804ade323827ded530947 (plain)
1
2
3
4
5
pre_remove() {
  if test -e /etc/bash_completion.d/mpv; then
    rm -f /etc/bash_completion.d/mpv
  fi
}