summaryrefslogtreecommitdiff
path: root/community/minidlna/minidlna.install
blob: c9cdc0f1308df8c799c58a3c0fbc03b43332fed7 (plain)
1
2
3
4
5
6
7
post_install() {
  systemd-tmpfiles --create minidlna.conf
}

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