repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git]
/
chocolate-doom-raven-svn
/
chocolate-doom.install
blob
258821a42df07223ef2f57e3a3eca05485f36248
1
post_install() {
2
cat <<- EOF
3
:: You need some data files to play.
4
:: Install any of the optional dependencies or
5
:: copy any other Doom/Heretic/Hexen WAD files
6
:: to /usr/share/doom/
7
EOF
8
}
9
10
post_upgrade() {
11
post_install $1
12
}