reebypastalina

djmount.install

May 13th, 2015 (edited)
477
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. post_install() {
  2. echo ">>> Creating mountpoint /media/upnp if necessary."
  3. echo ">>> (This mountpoint will be recreated as necessary on boot by systemd.)"
  4. systemd-tmpfiles --create djmount.conf
  5. }
  6.  
  7. post_upgrade() {
  8. echo ">>> Creating mountpoint /media/upnp if necessary."
  9. echo ">>> (This mountpoint will be recreated as necessary on boot by systemd.)"
  10. systemd-tmpfiles --create djmount.conf
  11. }
Advertisement
Add Comment
Please, Sign In to add comment