Files
ports/core/shadow/post-install.sh
2023-05-03 16:38:34 +02:00

6 lines
88 B
Bash

#!/bin/sh
if [ -x usr/sbin/pwconv -a -x usr/sbin/grpconv ]; then
pwconv && grpconv
fi