mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
msmtp: adding example config files
This commit is contained in:
parent
8c4434023f
commit
cba995d46a
1 changed files with 5 additions and 0 deletions
|
@ -18,3 +18,8 @@ homepage="http://msmtp.sourceforge.net"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e
|
checksum=da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vsconf doc/msmtprc-system.example
|
||||||
|
vsconf doc/msmtprc-user.example
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue