Files
ports/testing/shadow/post-install.sh

6 lines
88 B
Bash

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