kdump-steamos: swap underscore for hyphen in filenames

Currently half of the files are hyphenated, while the rest use
underscore. Just move everything to hyphens.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov
2022-02-16 15:36:29 +00:00
committed by Guilherme G. Piccoli
parent f2df3c6365
commit 4d3a810bab
8 changed files with 9 additions and 9 deletions

View File

@ -34,5 +34,5 @@ install() {
cp -LR --preserve=all /usr/lib/kdump/* $initdir/usr/lib/kdump/
cp -LR --preserve=all /etc/default/kdump $initdir/usr/lib/kdump/kdump.etc
inst_hook pre-mount 01 "$moddir/kdump_collect.sh"
inst_hook pre-mount 01 "$moddir/kdump-collect.sh"
}