FIXUPHACK 315 B

123456789
  1. #if the pkg created in packages-woof has something wrong, this file is a last
  2. #resort to fix it. Current-dir is where this file FIXUPHACK is located.
  3. #ubuntu names it as 'rxvt-xpm'...
  4. #[ -e usr/bin/rxvt-xpm ] && ln -snf rxvt-xpm usr/bin/rxvt
  5. if [ -f usr/bin/rxvt-xpm ];then
  6. mv -f usr/bin/rxvt-xpm usr/bin/rxvt
  7. fi