diff --git a/kiss b/kiss index a17f0d6..3c668f9 100755 --- a/kiss +++ b/kiss @@ -1751,6 +1751,11 @@ pkg_update_repo() { # arg1: post-update # env: PWD is path to repository run_hook post-update + + [ ! -r MOTD ] || { + log "$PWD" "Printing MOTD" + cat MOTD + } } }