forked from tastytea/hashboot
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
post_install() {
|
|
echo "After install run 'hashboot index'."
|
|
echo "Run also 'systemctl enable hashboot.service' to enable."
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|