From a2bd2caf02dcaff7933538a805b0333ba4e2d3b9 Mon Sep 17 00:00:00 2001 From: Antoine Leca Date: Wed, 20 Jul 2016 12:13:26 +0200 Subject: [PATCH] Drop obsolete postinstall script Conflicts with NetBSD /usr/sbin/postinstall(8) Change-Id: Iaefe4494b95b46d1134f4a477798765bbcc66c70 --- distrib/sets/lists/minix-base/mi | 2 +- minix/commands/Makefile | 2 +- minix/commands/postinstall/Makefile | 4 ---- minix/commands/postinstall/postinstall.sh | 11 ----------- 4 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 minix/commands/postinstall/Makefile delete mode 100644 minix/commands/postinstall/postinstall.sh diff --git a/distrib/sets/lists/minix-base/mi b/distrib/sets/lists/minix-base/mi index 40f00982e..cb0c69fdb 100644 --- a/distrib/sets/lists/minix-base/mi +++ b/distrib/sets/lists/minix-base/mi @@ -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 diff --git a/minix/commands/Makefile b/minix/commands/Makefile index 68157c149..08f04f17f 100644 --- a/minix/commands/Makefile +++ b/minix/commands/Makefile @@ -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 index 485cf0213..000000000 --- a/minix/commands/postinstall/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -SCRIPTS= postinstall.sh -MAN= - -.include diff --git a/minix/commands/postinstall/postinstall.sh b/minix/commands/postinstall/postinstall.sh deleted file mode 100644 index e831e0daf..000000000 --- a/minix/commands/postinstall/postinstall.sh +++ /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." -- 2.44.0