mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
9 lines
148 B
Plaintext
9 lines
148 B
Plaintext
# install script
|
|
|
|
case $1 in
|
|
post-install|post-upgrade)
|
|
if [ -x usr/sbin/pwconv -a -x usr/sbin/grpconv ]; then
|
|
pwconv && grpconv
|
|
fi ;;
|
|
esac
|