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 Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git]
/
faqtor
/
faqtor.install
blob
5812eb206ef5eeedbea914667fe69dc15c2e7e27
1
post_install() {
2
echo "==> usage: faqtor yourfaq.xml [yourconfig.cfg]"
3
echo " -> note: config is optional (although recommended)"
4
echo "==> see /usr/share/doc/faqtor for xml/cfg details and samples"
5
}
6
7
post_upgrade() {
8
post_install $1
9
}