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 16:00:41 UTC 2012
[aur-mirror.git]
/
thttpd
/
thttpd.install
blob
edcb4a50632de899b8719b369f830c5aca635b04
1
2
notice(){
3
echo "Note:"
4
echo "If installing alongside another HTTP server you must change"
5
echo "the port number in /etc/thttpd/thttpd_config"
6
}
7
8
post_install(){
9
notice
10
}
11
12
post_upgrade(){
13
notice
14
}