summarylogtreecommitdiffstats
path: root/mlmmj.install
blob: cbeb40113ff9703fdb3f6d1687c94e4ab9f215db (plain)
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