summarylogtreecommitdiffstats
path: root/gmusicproxy.install
blob: bdaa8085ca49f11d59cfef50ce648730325ef3df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
cat << EOF
Please run:
	1) sudo su gmusicproxy
        2) GMusicProxy --oauth
	to enter your Google Music credentials.
	Only required at first time run.
EOF
}

post_upgrade() {
    post_install $1
}