summarylogtreecommitdiffstats
path: root/djmount.install
blob: 800cfe894cffe7acc7a70a00a3c61aeec032b613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

post_install() {
    echo ">>> Creating mountpoint /media/upnp if necessary."
    echo ">>> (This mountpoint will be recreated as necessary on boot by systemd.)"
    systemd-tmpfiles --create djmount.conf
}

post_upgrade() {
    echo ">>> Creating mountpoint /media/upnp if necessary."
    echo ">>> (This mountpoint will be recreated as necessary on boot by systemd.)"
    systemd-tmpfiles --create djmount.conf
}