blob: 684aa2fbe355c27881d78153b116b2431e43d0d5 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "Remember that the ASTP ssc only runs between the 15th & 24th July 1975,"
echo "so you'll have to run time backwards to see it."
}
post_upgrade() {
post_install $1
}
|