summarylogtreecommitdiffstats
path: root/install
blob: 25c8e8f318cabe31e90ed699114a357948ab4bd3 (plain)
1
2
3
4
5
6
7
post_install() {
    echo "you'd better restart XBMC."
}

post_upgrade() {
    post_install
}