Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > 346049dfeb42f65c2f9bbe224ff98ca1 > scriptlet

mandrake_doc-it-8.1-1mdk.noarch.rpm

POSTIN

/bin/sh
## menu
if [ -x /usr/bin/update-menus ]; then
  /usr/bin/update-menus
fi

POSTUN

/bin/sh
## menu
if [ "$1" = 0 ]; then
  if [ -x /usr/bin/update-menus ]; then
      /usr/bin/update-menus
  fi
fi  

#%post it
#ln -sf it/mdkuserguide/index.html /usr/doc/mandrake
#
#%preun it
#rm /usr/doc/mandrake/index.html
#