Skip to content
Snippets Groups Projects
Commit 6ea08a43 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove additional files on reset

parent f7d3f228
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,12 @@ if [[ $command_options == "menuconfig"* ]]; then
if [ -f $COMPLETION_FILE ]; then
rm $COMPLETION_FILE
fi
if [ -f /usr/share/${PROJECT_NAME}/installed.txt ]; then
rm /usr/share/${PROJECT_NAME}/installed.txt
fi
if [ -f /root/removed ]; then
rm /root/removed
fi
fi
# clear the interactive file which indicates configuration success
......
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