Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 873e5c1956ceac970c954c3e9d0c3e80 > scriptlet

mandrake_doc-en-0.4-4mdk.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 en
#ln -sf en/mdkuserguide/index.html /usr/doc/mandrake
#
#%preun en
#rm /usr/doc/mandrake/index.html
#