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 16:09:46 UTC 2012
[aur-mirror.git]
/
texmaster
/
texmaster.install
blob
f7675570d314da72f17335ffb175367809a62f2b
1
post_install() {
2
echo " ==> Run Texmaster only via the included texmaster shell script."
3
echo " ==> After running texmaster for the first time you can change your"
4
echo " ==> settings in \$HOME/.texmaster/Texmaster2009.ini"
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
# vim:set ts=2 sw=2 et: