aboutsummaryrefslogtreecommitdiffstats
path: root/mandown-md-viewer/mandown-md-viewer.install
blob: 3b8677c77c1aa96b9daa2ef6b46d497909ead89c (plain)
1
2
3
4
5
6
7
8
9
10
11
pre_install() {
    pre_upgrade
}

pre_upgrade() {
  cat << EOF

  The name of the executable is 'mdn'

EOF
}