summarylogtreecommitdiffstats
path: root/hazedrop.install
blob: 2ff4da2bf7a6c82152845efa61107932af867765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
    echo ""
    echo "  ◈  HazeDrop installed!"
    echo ""
    echo "     hazedrop          — Launch GUI"
    echo "     hazedrop --cli    — Interactive TUI"
    echo "     hazedrop send     — Send a file"
    echo "     hazedrop receive  — Receive a file"
    echo ""
    echo "  Installed to: /opt/hazedrop  (self-contained venv)"
    echo ""
}

post_upgrade() {
    post_install
}