blob: bc2d136ebcada2a5e2a111bd301d1d5754d73fb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
post_install() {
echo
echo " Copy the example file /usr/share/doc/mocp-scrobbler/config.example"
echo " to ~/.mocpscrob/config"
echo
echo " Replace login and password. The password variable will be replaced with"
echo " password_md5 on the first run. Its value will be the original value"
echo " hashed using MD5 algorithm. If you want to change password, just add"
echo " again password with you new password, password_md5 will be replaced."
echo
}
|