Hi mentors, Tanguy,
Le 19/05/2011 22:45, Tanguy Ortolo a écrit :
> debian/clean
> What is that? I have never seen such a file, is it for a dh command
> I do not know yet? I may be interested for my own packages. :-)
As answered before, this is dh_clean. I like it when I can keep debian/rul
n postinst .
* If you need to ensure a log file exists you could touch it in postinst
maintainer script and then make sure logrotate keep the file (using
copytruncate option for instance).
* Using “getent passwd ” instead of “getent passwd | grep ":"”
saves a process. Alright, that one is
2 matches
Mail list logo