Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > e2ce0d5ef09ad78fe586f6aba4a5c5e3 > scriptlet

vnstat-2.6-1.mga8.i586.rpm

PRETRANS

<lua>
-- # Kill this directory if a symlink for it exists already
basepath = "/usr/share/doc/vnstat/examples/init.d"
ubupath = basepath .. "/ubuntu"
centpath = basepath .. "/centos"
st = posix.stat(ubupath)
if st and st.type == "link" then
  os.remove(ubupath)
  os.remove(centpath)
end