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]
/
leo
/
leo.install
blob
8d2635288c34892366afffccbfb2c7219c30c90b
1
# arg 1: the new package version
2
post_install() {
3
echo ">>> leo can be configured to use the python2-pyenchant package for spellchecking."
4
}
5
6
# arg 1: the new package version
7
# arg 2: the old package version
8
post_upgrade() {
9
post_install $1
10
}
11
12
# arg 1: the old package version
13
pre_remove() {
14
/bin/true
15
}
16
17
op=$1
18
shift
19
20
$op "$@"