#!/bin/sh
[ -x /usr/lib/libSDL.so ] || rm /usr/lib/libSDL.so
[ -x /usr/lib/libSDL-1.2.so.0 ] || rm /usr/lib/libSDL-1.2.so.0
ldconfig
exit 0
