Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > f8fb389b63e831d20f4390e0aee7f447 > scriptlet

iputils-20180629-2.mga7.x86_64.rpm

PRETRANS

<lua>
st = posix.stat(rpm.expand("{_bindir}/ping6"))
if st and st.type ~= "link" then
   os.remove(rpm.expand("{_bindir}/ping6"))
end
st = posix.stat(rpm.expand("{_sbindir}/tracepath6"))
if st and st.type ~= "link" then
   os.remove(rpm.expand("{_sbindir}/tracepath6"))
end
st = posix.stat(rpm.expand("{_sbindir}/traceroute6"))
if st and st.type ~= "link" then
   os.remove(rpm.expand("{_sbindir}/traceroute6"))
end