app-backup/minisnap: update pkg_postinst message

Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
This commit is contained in:
Alexander Miroshnichenko 2025-10-10 16:57:36 +03:00
parent 4d94e17d13
commit e5074df07d

View File

@ -27,6 +27,7 @@ src_install() {
}
pkg_postinst() {
elog "To configure schedule for each volume define them in the /etc/minisnap.conf configuration file"
elog "See /usr/share/doc/${P}-${EGIT_COMMIT}/ for examples"
elog "To configure schedule for each volume define them"
elog "in the /etc/minisnap.conf configuration file"
elog "See /usr/share/doc/${P}/ for examples."
}