post_install() {
  systemctl enable hkdm.service
}

pre_remove() {
  systemctl disable hkdm.service
}
