Commit 0ad7ae71 authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/uninstall.sh: Initial commit.

parent 01dacd9b
#!/bin/bash
set -e
# get the root of the git repository (requires git to be installed)
GIT_ROOT=`git rev-parse --show-toplevel`
cd $GIT_ROOT
# define useful variables
source installation/env.sh
cd dracut.module
rm -f Makefile dracut.conf
make uninstall || true
rm -f $dracut_output_file
rm -rf $TARGET_EFI_DIR
echo Uninstallation done.
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