#!/bin/sh set -e if [ "$1" = configure ]; then if [ -z "$2" ]; then # new install # This was a mistake. Remove it when we will not ship libraries here # (32-bit libraries are in /lib32 and /usr/lib32) crle -32 -u -l /lib/i386-illumos -l /usr/lib/i386-illumos || true fi fi #DEBHELPER#