summarylogtreecommitdiffstats
path: root/maltparser.install
blob: 7e801c6b748408fe0b34f643997cb69001fbd767 (plain)
1
2
3
4
5
6
7
post_install() {
    cat /usr/share/licenses/maltparser/LICENSE
}

post_upgrade() {
    post_install
}