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 Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git]
/
lyx_prerelease
/
lyx.install
blob
1435fa7a0e87c509dc05d3631cecb5f5d6e0d2c8
1
post_install() {
2
echo
3
echo "Lyx v2 supports Openoffice.org thesaurus files, or use mythes-* packages."
4
echo "Please set appropriate path in Lyx preferences for thesaurus to function."
5
echo
6
}
7
8
post_upgrade() {
9
if [ -d "/opt/MyThes-1.0" ]; then
10
rm -r /opt/MyThes-1.0
11
fi
12
}