summarylogtreecommitdiffstats
path: root/mantisbt.install
diff options
context:
space:
mode:
authorDavid Runge2017-10-17 11:22:25 +0200
committerDavid Runge2017-10-17 11:22:25 +0200
commitaac1e942209f5292e0dd83d727fffdd753e36f06 (patch)
tree736f8bd74df66eed68d2c0a74b03b48aea4053c8 /mantisbt.install
parent041ed0be0a34b982fd0b33b5b95cf7d6ad10817d (diff)
downloadaur-aac1e942209f5292e0dd83d727fffdd753e36f06.tar.gz
PKGBUILD: Updating to 2.7.0. Updating upgrade link in install file.
Diffstat (limited to 'mantisbt.install')
-rw-r--r--mantisbt.install3
1 files changed, 1 insertions, 2 deletions
diff --git a/mantisbt.install b/mantisbt.install
index cee4b79bdcbf..2a1bb03bb7ff 100644
--- a/mantisbt.install
+++ b/mantisbt.install
@@ -1,11 +1,10 @@
pre_upgrade() {
cd /usr/share/webapps/mantisbt
-
cp mantis_offline.php.sample mantis_offline.php
}
post_upgrade() {
- echo "Please follow the steps from 2. onwards at: https://mantisbt.org/docs/master-1.3.x/en-US/Admin_Guide/html-single/#admin.install.upgrade"
+ echo "Please follow the steps from 2.5.2 onwards at: https://mantisbt.org/docs/master/en-US/Admin_Guide/html-desktop/#admin.install.upgrade"
echo "After upgrading, bring MantisBT back to normal operation mode by deleting mantis_offline.php as follows:"
echo "rm /usr/share/webapps/mantisbt/mantis_offline.php"
}