1 2 3 4 5 6 7
#!/bin/sh post_install() { systemd-tmpfiles --create /usr/lib/tmpfiles.d/samba.conf } # vim:set ts=2 sw=2 et: