mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
# $NetBSD: INSTALL,v 1.1 2014/01/20 13:26:54 ryoon Exp $
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
cd ${PREFIX}/share/uim/pkgsrc
|
|
for m in *
|
|
do ${PREFIX}/bin/uim-module-manager --register ${m}
|
|
done
|
|
;;
|
|
esac
|