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