blob: 095becb260e5667288ddbc41f6b8c9c20d736395 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
post_install() {
cat << EOF
=============================================================================
Restart your computer to have the ce-toolchain binaries show up in your \$PATH
=============================================================================
EOF
}
post_upgrade() {
cat << EOF
=============================================================================
Restart your computer to have the ce-toolchain binaries show up in your \$PATH
=============================================================================
EOF
}
|