blob: f304e1b61f1ccb2fd6eade9707082d76ed47071c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
post_install() {
cat <<EOF
===================================================================================
tf2cdownloader will ask to install a newer version, as it is not the official binary release
Disregard This! This package is up-to-date; the binary is not aware about it.
===================================================================================
EOF
}
post_upgrade() {
cat <<EOF
===================================================================================
tf2cdownloader will ask to install a newer version, as it is not the official binary release
Disregard This! This package is up-to-date; the binary is not aware about it.
===================================================================================
EOF
}
|