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 Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git]
/
joomla-ru
/
joomla-ru.install
blob
a0cf545bdcc65ee4e882da96109e723e75c7dcc0
1
post_install() {
2
chgrp -R http /srv/http/joomla/language/ru-RU
3
chgrp -R http /srv/http/joomla/administrator/language/ru-RU
4
post_upgrade
5
}
6
7
post_upgrade() {
8
true
9
}
10
11
pre_remove() {
12
true
13
}
14
15
post_remove() {
16
true
17
}
18
19
op=$1
20
shift
21
$op $*
22
23