#!/bin/sh
if [ ! -f $HOME/.xinitrc ]; then
  ln -sf /usr/bin/ice-session $HOME/.xinitrc
fi
if [ ! -f /etc/X11/xinit/xinitrc ]; then
  ln -sf /usr/bin/ice-session /etc/X11/xinit/xinitrc
fi
echo done.
