Advertisement
reebypastalina

djmount.install

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