blob: ce39700d0a952ab29902de9d316600816ba83bfb (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ":: To start gopherbook, run: systemctl --user enable --now gopherbook.service"
echo ":: Configuration is located at /etc/gopherbook/gopherbook.conf"
}
post_upgrade() {
post_install
}
|