blob: 3e5ed3931aaf8f3454a325651a924f587c60fc48 (
plain)
1
2
3
4
5
6
7
8
9
|
# just a message about the data files
post_install() {
echo ">>> If you want to play quake2world you will also need the data files."
echo ">>> Install the package quake2world-data-git."
}
op=$1
shift
$op $*
|