cleanup to statusrc rather than status

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-08-17 14:05:12 -05:00
commit 61268354ae

View file

@ -92,7 +92,7 @@ for i in disk network distro logo; do
distro|logo) distro|logo)
key="$uc" ;; key="$uc" ;;
esac esac
echo "$key=\"$val\"" >> "$HOME/.$PKG/status" echo "$key=\"$val\"" >> "$HOME/.$PKG/statusrc"
rm "$HOME/.$PKG/$i" rm "$HOME/.$PKG/$i"
fi fi
done done