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 16:09:17 UTC 2012
[aur-mirror.git]
/
drupal6
/
drupal6.install
blob
acfe94a86a39e0702c01ca56d914eabc019ded6b
1
pre_install() {
2
/bin/true
3
}
4
5
post_install() {
6
mv -v /usr/share/drupal6/sites /etc/drupal/6
7
ln -sf /etc/drupal/6 /usr/share/drupal6/sites
8
}
9
10
pre_upgrade() {
11
/bin/true
12
}
13
14
post_upgrade() {
15
/bin/true
16
}
17
18
pre_remove() {
19
/bin/true
20
}
21
22
post_remove() {
23
/bin/true
24
}