Drop obsolete postinstall script

Conflicts with NetBSD /usr/sbin/postinstall(8)

Change-Id: Iaefe4494b95b46d1134f4a477798765bbcc66c70
This commit is contained in:
Antoine Leca 2016-07-20 12:13:26 +02:00 committed by David van Moolenbroek
parent 4aaaf2c612
commit a2bd2caf02
4 changed files with 2 additions and 17 deletions

View File

@ -441,7 +441,7 @@
./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

View File

@ -17,7 +17,7 @@ SUBDIR= add_route arp at backup \
lpd lspci mail MAKEDEV \
mount mt netconf \
nonamed \
postinstall prep printroot \
prep printroot \
profile progressbar pr_routes \
ramdisk rarpd rawspeed readclock \
remsync rget rlogin \

View File

@ -1,4 +0,0 @@
SCRIPTS= postinstall.sh
MAN=
.include <bsd.prog.mk>

View File

@ -1,11 +0,0 @@
#!/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."