summarylogtreecommitdiffstats
path: root/aksusbd.install
blob: d828f93f5be4353a4538580410a9f2ead15d5292 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "Remember to run 'sudo systemctl start aksusbd' to start the service."
  echo "To make it persist across reboots, run 'sudo systemctl enable aksusbd'."
}

post_upgrade() {
  systemctl daemon-reload
  systemctl try-restart aksusbd hasplmd
}