1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/dcmtk/dcmtk.pre-install
Holger Jaekel 6966c87f03 testing/dcmtk: new aport
https://dcmtk.org/
OFFIS DICOM toolkit
2023-10-31 19:20:36 +00:00

6 lines
119 B
Bash
Executable file

#!/bin/sh
addgroup -S dcmtk 2>/dev/null
adduser -S -D -H -s /sbin/nologin -G dcmtk -g dcmtk dcmtk 2>/dev/null
exit 0