summarylogtreecommitdiffstats
path: root/aksusbd.install
blob: f9761392f21bd44a8cf5f8f72ea6dcdd5cd348da (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 winehasp hasplmd
}