build the "twolame" plugin of gst-plugins0.10-ugly, can be used by
[pkgsrc.git] / audio / xmms-meta-input / DEINSTALL
1 #!/bin/sh
2 #
3 # $NetBSD$
4 #
5
6 case $2 in
7         DEINSTALL) cat << EOF
8
9 =============================================================
10 The xmms-meta-input player scripts were not wiped out by
11 this deletion process.  If you don't want them around,
12 please remove ${PKG_PREFIX}/lib/xmms/Input/Meta.
13 =============================================================
14
15 EOF
16         ;;
17 esac