summarylogtreecommitdiffstats
path: root/root.install
blob: 06276d03e0111ed8239f608839c442aaf158657b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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."
    echo "\nIf you need extra ROOT features, please consider"
    echo "installing root-extra instead.\n"
}

post_upgrade () {
    post_install
}