summarylogtreecommitdiffstats
path: root/kavita.install
blob: 0a60802afbb11db0cbdf99501c65a3a645576b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo "To run, systemctl start kavita"
    echo "site at localhost:5000"
    echo "WARNING: You MUST perform a forced library scan on all libraries to migrate properly to the new foundation. Failure to do so may result in data loss."
}

post_upgrade() {
    echo "WARNING: You MUST perform a forced library scan on all libraries to migrate properly to the new foundation. Failure to do so may result in data loss."
}

post_remove() {
    userdel kavita
}