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

post_upgrade() {
  msg
}

post_install() {
  msg
}