repo.or.cz
/
ArchLinux
/
community.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to community-any
[ArchLinux/community.git]
/
mantisbt
/
trunk
/
mantisbt.install
blob
818f206c13e1cac2d7a492852ce947cd8f2ae3a9
1
pre_upgrade() {
2
cd /usr/share/webapps/mantisbt
3
4
cp mantis_offline.php.sample mantis_offline.php
5
}
6
7
post_upgrade() {
8
cd /usr/share/webapps/mantisbt
9
10
rm mantis_offline.php
11
}
12
13
post_remove() {
14
rm -rf /usr/share/webapps/mantisbt
15
}
16
17
# vim: ts=2 sw=2 et: