Conflicts with NetBSD /usr/sbin/postinstall(8)
Change-Id: Iaefe4494b95b46d1134f4a477798765bbcc66c70
./usr/bin/pkgin_cd minix-base
./usr/bin/pkgin_sets minix-base
./usr/bin/playwave minix-base
-./usr/bin/postinstall minix-base
+./usr/bin/postinstall minix-base obsolete
./usr/bin/pr minix-base
./usr/bin/pr_routes minix-base
./usr/bin/prep minix-base
lpd lspci mail MAKEDEV \
mount mt netconf \
nonamed \
- postinstall prep printroot \
+ prep printroot \
profile progressbar pr_routes \
ramdisk rarpd rawspeed readclock \
remsync rget rlogin \
+++ /dev/null
-SCRIPTS= postinstall.sh
-MAN=
-
-.include <bsd.prog.mk>
+++ /dev/null
-#!/bin/sh
-echo -n "Would you like to install binary packages from the CD? (y/N) "
-read y
-if [ "$y" = y -o "$y" = Y ]
-then echo "Ok, showing you a list of packages, please type y"
- echo "for every package you want installed."
- /usr/bin/packme
-else echo "Ok, not installing binary packages."
-fi
-echo "Use the 'packme' command after rebooting MINIX to get another chance"
-echo "to install binary packages."