mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
6 lines
88 B
Bash
6 lines
88 B
Bash
#!/bin/sh
|
|
|
|
if [ -x usr/sbin/pwconv -a -x usr/sbin/grpconv ]; then
|
|
pwconv && grpconv
|
|
fi
|