1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/bin/sh post_install() { cat <<EOF # Please notice that some of the contributed programs found in # /usr/share/doc/mlmmj/contrib/* may have different licensings # than the mlmmj suite proper. # ~kseistrup EOF } post_upgrade() { post_install "$@" } # eof