summarylogtreecommitdiffstats
path: root/root-extra.install
blob: 4724af5cf1c4051bb692307f94181a6a2cbb3586 (plain)
1
2
3
4
5
6
7
8
9
10
post_install () {
    echo "Optional packages/features will only be activated"
    echo "if the optional dependencies are installed before"
    echo "the package compilation has started. Please reco-"
    echo "mpile as needed."
}

post_upgrade () {
    post_install
}