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

post_upgrade() {
    post_install $1
}