summarylogtreecommitdiffstats
path: root/motion.install
blob: f360540333042a3fb299b9e86c80ac835170b914 (plain)
1
2
3
4
5
6
7
post_install() {
  systemd-tmpfiles --create motion.conf
}

post_upgrade() {
  systemd-tmpfiles --create motion.conf
}