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 00:01:41 UTC 2012
[aur-mirror.git]
/
slackfire
/
slackfire.install
blob
2eae540701c67dbf26d761a87905d444887901a6
1
post_install() {
2
echo "Please make sure to read /usr/share/slackfire/README"
3
echo "Also note that this README is meant for Slackware, and as such, some information may be incorrect."
4
}
5
post_upgrade() {
6
post_install "$1"
7
}
8
# vim:set ts=2 sw=2 et: