summarylogtreecommitdiffstats
path: root/install
blob: d2d42c9cb35d49d37dce44b8c48ae546d25f8474 (plain)
1
2
3
4
5
6
post_install() {
    post_upgrade
}
post_upgrade() {
    echo "Drush must have its cache cleared to be able to invoke any new commands."
}