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 12 08:01:00 UTC 2012
[aur-mirror.git]
/
dict-freedict-hun-eng
/
freedict-hun-eng.install
blob
6959e6275351266d68d4b038b644c7de3a1c3cca
1
post_install()
2
{
3
echo "
4
Dictd must be restarted in order to detect the new dictionary:
5
/etc/rc.d/dictd restart
6
"
7
}
8
9
post_upgrade()
10
{
11
echo "
12
Dictd must be restarted in order to detect the new dictionary:
13
/etc/rc.d/dictd restart
14
"
15
}
16