initial import
This commit is contained in:
10
darkplaces/darkplaces.install
Normal file
10
darkplaces/darkplaces.install
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user