7 lines
93 B
Text
7 lines
93 B
Text
case "${ACTION}" in
|
|
post)
|
|
if [ "$ARCH" = "i686" ]; then
|
|
ln -sf lib usr/lib32
|
|
fi
|
|
;;
|
|
esac
|