1 2 3 4 5 6 7 8 9
post_install() { echo "To run, systemctl start kavita" echo "site at localhost:5000" } post_remove() { userdel kavita }