summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libvisual-plugins/libvisual-plugins.install
blob: a04b64ccdcc0447ffd519f63f7674732730157c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install() {
  cat << EOF

==> libvisual-plugins has been built with support for "esd" and
==> "jack-audio-connection-kit" input.
==> If you want to use them, install them.

EOF
}

post_upgrade() {
  post_install $1
}

pre_remove() {
  /bin/true
}

op=$1
shift

$op $*