Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > b6c69f7b39fcad45583fc679b892a3ff > scriptlet

xorg-x11-filesystem-7.1-2.fc6.noarch.rpm

PREIN

/bin/sh
# NOTE: Do not replace these with _libdir or _includedir macros, they are
#       intentionally explicit.
# Remove old symlinks if present, and replace them with directories.
for dir in /usr/include/X11 /usr/lib/X11 ; do
    [ -L "$dir" ] && rm -f -- "$dir" &> /dev/null
done
for dir in /usr/include/X11 /usr/lib/X11 ; do
    [ ! -d "$dir" ] && mkdir -p "$dir" &> /dev/null
done
exit 0