debmaker/ressources/clouseau/rootfs/DEBIAN/postinst

6 lines
142 B
Plaintext
Raw Normal View History

2022-10-12 03:19:49 +02:00
#!/bin/bash
id clouseau &> /dev/null || useradd clouseau -r -s /bin/false -d /var/lib/clouseau
chown -R clouseau:clouseau /var/lib/clouseau