Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > f6fb56b5f31d8c1aeffa6546a01cc227 > scriptlet

libsmi-mibs-ext-0.4.5-2mdv2008.1.x86_64.rpm

POSTIN

/bin/sh
## Append to config file: path for irtf and tubs
if test ! -f /etc/smi.conf; then echo "# Generated by libsmi" > /etc/smi.conf ; fi
for DIR in irtf tubs ; do
  if /bin/grep -q -e "^path.*/usr/share/libsmi/mibs/${DIR}" /etc/smi.conf ; then continue; fi
  echo "path :/usr/share/libsmi/mibs/${DIR}" >> /etc/smi.conf
done