post_upgrade() {
if [ -f /root/.bash_profile ]; then
    rm /root/.bash_profile
fi
}

