Skip to content
Snippets Groups Projects
Commit 4ca7c80d authored by Recolic's avatar Recolic :house_with_garden:
Browse files

Update hook-kernel-rename.sh

parent 3c007105
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,6 @@ while read -r line; do
exit $? # Crash on error
# Remove old mkinitcpio presets
[[ -f "/etc/mkinitcpio.d/${pkgbase}.preset" ]] && mv "/etc/mkinitcpio.d/${pkgbase}.preset" "/etc/mkinitcpio.d/${pkgbase}.preset.pacsave" && echo "Did old mkinitcpio.preset cleanup."
[[ -f "/etc/mkinitcpio.d/${pkgbase}.preset" ]] && mv "/etc/mkinitcpio.d/${pkgbase}.preset" "/etc/mkinitcpio.d/${pkgbase}.preset.pacsave" && echo "Did old mkinitcpio.preset cleanup." || true
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment