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 12:07:49 UTC 2012
[aur-mirror.git]
/
ocrfeeder
/
ocrfeeder.install
blob
dd5e079450d9999b05a12631c7a1539770e036ce
1
post_install() {
2
echo ">> You need to install at least one aspell-<lang> package for spellchecking"
3
post_upgrade
4
}
5
6
post_upgrade() {
7
gtk-update-icon-cache -q /usr/share/icons/hicolor
8
update-desktop-database -q
9
}
10
11
post_remove() {
12
post_upgrade
13
}