From 1a697ef7f01c8966bdadd5c3e81d4d010bf7ed1b Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 14 Aug 2026 12:01:43 +0200 Subject: remove plymouth; add new packages to nvchecker and README --- plymouth/doinst.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 plymouth/doinst.sh (limited to 'plymouth/doinst.sh') diff --git a/plymouth/doinst.sh b/plymouth/doinst.sh deleted file mode 100644 index 02db71b..0000000 --- a/plymouth/doinst.sh +++ /dev/null @@ -1,15 +0,0 @@ -config() { - NEW="$1" - OLD="$(dirname $NEW)/$(basename $NEW .new)" - # If there's no config file by that name, mv it over: - if [ ! -r $OLD ]; then - mv $NEW $OLD - elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then - # toss the redundant copy - rm $NEW - fi - # Otherwise, we leave the .new copy for the admin to consider... -} - -config etc/plymouth/plymouthd.conf.new -config etc/logrotate.d/bootlog.new -- cgit v1.2.3