debmaker/ressources/claper/rootfs/DEBIAN/postinst

6 lines
122 B
Plaintext
Raw Normal View History

2024-11-05 15:42:31 +01:00
#!/bin/bash
id claper &> /dev/null || useradd claper -r -s /bin/false -d /opt/claper
chown -R claper:claper /opt/claper