updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / lltag / lltag.install
blobc3b000004e9013d040aed76ef13fcb0018f4be5c
1 post_install() {
2     echo "*************************************************************"
3     echo "* To make use of lltag, it is recommended that you install: *"
4     echo "* mp3info      (for id3 support)    [community]             *"
5     echo "* perl-mp3-tag (for id3v2 support)  [aur]                   *"
6     echo "* vorbis-tools (for ogg support)    [extra]                 *"
7     echo "* flac         (for FLAC support)   [extra]                 *"
8     echo "*************************************************************"
11 op=$1
12 shift
13 [ "$(type -t "$op")" = "function" ] && $op "$@"
15 # vim:set ts=4 sw=4 et: