FIXUPHACK 273 B

12345678910
  1. #120410 added, but not sure if we need this...
  2. if [ ! -e usr/share/pixmaps/glade-3.png ];then
  3. if [ -f usr/share/icons/hicolor/48x48/apps/glade-3.png ];then
  4. mkdir -p usr/share/pixmaps
  5. ln -s ../icons/hicolor/48x48/apps/glade-3.png usr/share/pixmaps/glade-3.png
  6. fi
  7. fi