summarylogtreecommitdiffstats
path: root/kanboard.install
diff options
context:
space:
mode:
authorWalter Dworak2017-06-28 14:12:23 -0500
committerWalter Dworak2017-06-28 14:12:23 -0500
commitd36bc81cf3195552905eabc32c6b49765b94bf7a (patch)
tree4aeb32b38310685a7b4f50ac4c05f88659c9f74a /kanboard.install
parenta7ec439468f457b4c18c8c9c953cbbfd59e55db4 (diff)
downloadaur-d36bc81cf3195552905eabc32c6b49765b94bf7a.tar.gz
Package fixes
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'
}