summarylogtreecommitdiffstats
path: root/rustdesk.install
blob: 80f2ed71eeebdb70831a359e67d0a048d231c6b6 (plain)
1
2
3
4
5
6
7
# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  if systemctl -q is-active 'rustdesk.service'; then
    systemctl restart 'rustdesk.service'
  fi
}