updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / mpdas / mpdas.install
blob83d6616f3375ea9d0b0b9d932e7ebb7396ac7a53
1 # arg 1:  the new package version
2 post_install() {
3 cat << EOF
4 Note:
5 To configure mpdas, simply create a file called
6 mpdasrc in /etc/
8 Syntax is easy. Example:
10 username = lastfmuser
11 password = 5f4dcc3b5aa765d61d8327deb882cf99
13 Whereas password is your Last.FM password hashed
14 with MD5.
16 Configuration options:
18 username:      Last.FM username
19 password:      Last.FM password (MD5 hashed)
20 host:          MPD Host
21 mpdpassword:   MPD Password
22 port:          MPD Port
23 runas:         Change the user mpdas runs as
24 EOF