updated on Fri Jan 13 00:14:41 UTC 2012
[aur-mirror.git] / mplay / mplay.install
blobf06ecc684a46bc062186dab641a863480d989f39
1 post_install() {
2   echo "    mplay/xmplay needs a few config files to operate properly."
3   echo "    The easiest way to get everything set up, is to execute:"
4   echo "    >>>  cp -a /usr/share/mplay/config ~/.mplay"
7 post_upgrade() {
8   post_install $1
10 # vim:set ts=2 sw=2 et: