11 lines
153 B
Plaintext
11 lines
153 B
Plaintext
post_install() {
|
|
cat <<EOF
|
|
You need data files to play.
|
|
Copy the "id1" directory to /usr/share/games/quake
|
|
EOF
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|