mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 10:47:15 +08:00
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
post_install() {
|
||
|
systemd-tmpfiles --create /usr/lib/tmpfiles.d/samba.conf
|
||
|
}
|
||
|
|
||
|
# vim:set ts=2 sw=2 et:
|