summarylogtreecommitdiffstats
path: root/goobook.install
blob: 2afd2dba1260f023b69db3b3ce5a6022fd5e76da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## arg 1:  the new package version
post_install() {
cat <<End-of-message

      *IMPORTANT* Check the Arch Wiki article for authentication instructions:

      https://wiki.archlinux.org/index.php/Mutt#Goobook


      See https://gitlab.com/goobook/goobook#tab-readme for more information and configuration

End-of-message
}
# vim:set ts=2 sw=2 et: