@@ -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
# clear the interactive file which indicates configuration success