diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-14 12:01:43 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-14 12:01:43 +0200 |
| commit | 1a697ef7f01c8966bdadd5c3e81d4d010bf7ed1b (patch) | |
| tree | 2851e96939182a295307f3231d1fc3c32b1fe9c8 /plymouth/doinst.sh | |
| parent | 6cc28c4481561d60bbb709c614080cafd1daf6a7 (diff) | |
| download | my-slackbuilds-1a697ef7f01c8966bdadd5c3e81d4d010bf7ed1b.tar.gz my-slackbuilds-1a697ef7f01c8966bdadd5c3e81d4d010bf7ed1b.zip | |
remove plymouth; add new packages to nvchecker and README
Diffstat (limited to 'plymouth/doinst.sh')
| -rw-r--r-- | plymouth/doinst.sh | 15 |
1 files changed, 0 insertions, 15 deletions
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 |
