sanitize the environment

This commit is contained in:
Dustin Kirkland 2009-02-02 14:39:33 +01:00
commit 190917f73d

View file

@ -42,6 +42,9 @@ install_screen_launcher() {
fi
}
# Sanitize the environment
/usr/share/screen-profiles/screen-launcher-uninstall || true
# Install in ~/.profile unconditionally
install_screen_launcher "$HOME/.profile"