Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 87950aefcc7a27e743e998cf117fbff6 > scriptlet

lib64luaposix1-1.0-1mdk.x86_64.rpm

POSTIN

/bin/sh
cd /usr/share/lua/5.0 && rm -f posix.lua && ln default.lua posix.lua

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
  rm -f /usr/share/lua/5.0/posix.lua
fi