summarylogtreecommitdiffstats
path: root/pybgsetter.install
blob: ad73e3c5572c4c64faede2b47675847f4d675a46 (plain)
1
2
3
4
5
6
7
post_install(){
    printf '\n%s\n' 'Please install at least one of the optional dependencies.'
}

post_upgrade(){
    post_install
}