Include config hints in post install
authorCaleb Maclennan <caleb@alerque.com>
Wed, 5 May 2021 10:20:35 +0000 (13:20 +0300)
committerCaleb Maclennan <caleb@alerque.com>
Wed, 5 May 2021 10:20:35 +0000 (13:20 +0300)
.SRCINFO
PKGBUILD
listmonk.install
index 104e0a68a5fc894c60ab3f77910774c784774355..ebcec1ca99478bcf6628d770e2c5bf8b9b082fe8 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
 pkgbase = listmonk-bin
        pkgdesc = Self-hosted newsletter and mailing list manager with a modern dashboard
        pkgver = 0.9.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://listmonk.app
        install = listmonk.install
        arch = x86_64
index a93717bdb1c28ebaad65f4a5f4cdcd838d303ae0..3b09e13f600bbefa34deefeae99c2a0bba85e868 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=listmonk-bin
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Self-hosted newsletter and mailing list manager with a modern dashboard'
 arch=(x86_64)
 url=https://listmonk.app
index e16effc62045cc27910f4046f21886b8bcb527a8..c3c6e89ad28c70a4da93eca62024f698ec2fe3a5 100644 (file)
@@ -8,7 +8,7 @@ post_install() {
                
                To setup database, run
                
-               \$ listmonk --install
+               \$ listmonk --config /etc/listmonk/config.toml --install
        EOF
 }
 
@@ -16,7 +16,7 @@ post_upgrade() {
        cat <<- EOF
                To update database, run
                
-               \$ listmonk --upgrade
+               \$ listmonk --config /etc/listmonk/config.toml --upgrade
        EOF
 }