]> Zhao Yanbai Git Server - minix.git/commitdiff
Drop obsolete postinstall script 36/3336/1
authorAntoine Leca <Antoine.Leca.1@gmail.com>
Wed, 20 Jul 2016 10:13:26 +0000 (12:13 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 20 Jul 2016 15:35:49 +0000 (17:35 +0200)
Conflicts with NetBSD /usr/sbin/postinstall(8)

Change-Id: Iaefe4494b95b46d1134f4a477798765bbcc66c70

distrib/sets/lists/minix-base/mi
minix/commands/Makefile
minix/commands/postinstall/Makefile [deleted file]
minix/commands/postinstall/postinstall.sh [deleted file]

index 40f00982e2e51e78918f9121bf80742ea1e94e15..cb0c69fdba3b869921cc12dfa853082db7a8a149 100644 (file)
 ./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
index 68157c14972a492b4317abf84e901d8c30f0f492..08f04f17ff0faaa9af3d5ff381780226630e757e 100644 (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 \
diff --git a/minix/commands/postinstall/Makefile b/minix/commands/postinstall/Makefile
deleted file mode 100644 (file)
index 485cf02..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-SCRIPTS= postinstall.sh
-MAN=
-
-.include <bsd.prog.mk>
diff --git a/minix/commands/postinstall/postinstall.sh b/minix/commands/postinstall/postinstall.sh
deleted file mode 100644 (file)
index e831e0d..0000000
+++ /dev/null
@@ -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."