Open kpcyrd opened 4 years ago
How does that work in Debian? Is it enough to just make the dir in the tarball?
Yes. If you want lintian to be happy you'd also need to add an override for package-contains-empty-directory
:
https://lintian.debian.org/tags/package-contains-empty-directory.html
If you are using a systemd unit you can also use the ConfigurationDirectory
directive.
Hello!
I'm trying to create an empty folder in /etc/ that is going to hold config files that the user is going to write.
This could be implemented with:
thanks!