Commit 0468b811 authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/uninstall.sh: Fix a bug (use Makefile before deleting it...).

parent 32292b98
......@@ -10,8 +10,8 @@ cd $GIT_ROOT
source installation/env.sh
cd dracut.module
rm -f Makefile dracut.conf
make uninstall || true
rm -f Makefile dracut.conf
rm -f $dracut_output_file
rm -rf $TARGET_EFI_DIR
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment