hashboot/hashboot.install

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
}