summarylogtreecommitdiffstats
path: root/kanboard.install
diff options
context:
space:
mode:
Diffstat (limited to 'kanboard.install')
-rw-r--r--kanboard.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/kanboard.install b/kanboard.install
index 3680c9eaf5d3..9dad51af30e6 100644
--- a/kanboard.install
+++ b/kanboard.install
@@ -4,6 +4,7 @@ pre_upgrade() {
echo "BACKUP YOUR KANBOARD DATABASE AND DATA DIRECTORY BEFORE UPGRADING!!!"
}
post_install() {
+ ln /etc/webapps/${pkgname}/config.php /usr/share/webapps/${pkgname}/config.php
echo 'To get started you need to:
- INSTALL either php-sqlite, php-pgsql, or mariadb-clients and enable the correct database plugin in php.ini
- Configure nginx or apache
@@ -29,6 +30,6 @@ post_install() {
}
post_upgrade() {
echo 'Check /usr/share/webapps/kanboard/ChangeLog for major changes'
-echo 'Compare your current /etc/webapps/kanboard/config.php with the new /usr/share/webapps/kanboard/config.php.default for new or changed settings'
+echo 'Compare your current /etc/webapps/kanboard/config.php with the new /usr/share/webapps/kanboard/config.default.php for new or changed settings'
echo 'Check your plugins'
}