debmaker/ressources/umap/rootfs/DEBIAN/postinst

8 lines
131 B
Plaintext
Raw Normal View History

2024-11-14 09:47:36 +01:00
#!/bin/bash
APP=umap
id $APP &> /dev/null || useradd $APP -r -s /bin/false -md /var/lib/$APP/
chown -R $APP:$APP /var/lib/$APP/