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

post_upgrade(){
    post_install
}