summarylogtreecommitdiffstats
path: root/gplaycli.install
blob: b1e8184a26ef9015beb56194ce8c13f26a6f741e (plain)
1
2
3
4
5
6
7
post_install() {
    echo "Standard config is found in /usr/share/gplaycli/config"
    echo 'copy it to $HOME/.config/gplaycli to use standard credentials'
}
post_upgrade() {
    post_install
}