summarylogtreecommitdiffstats
path: root/openrazer-daemon.install
blob: d0716d9f115998ff3899ecd0d150ad3e629050a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
msg() {
  echo "==> You might want to enable razer-daemon.service with the command \"systemctl --user enable --now openrazer-daemon.service\""
}

post_upgrade() {
  msg
}

post_install() {
  msg
}