summarylogtreecommitdiffstats
path: root/canto.install
blob: 00fa4035613b33973dbf05f29dcbac45aecf5868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo ""
    echo "  Canto installed. Run it with:"
    echo ""
    echo "    canto [book.epub]"
    echo ""
    echo "  TTS model (~305 MB) is bundled — no first-run download needed."
    echo ""
}

post_upgrade() {
    post_install
}