Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > e13efb592b39cffd57d98b7744f26cf0 > scriptlet

epic4-1.0.1-3mdk.ppc.rpm

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 


echo -e "\n\nThanks for using the MageNet ircII EPIC4 RPMS!"
echo "You can always find the latest version of the RPM in:"
echo -e "\nftp://ftp.magenet.com/pub/linux/rpm/epic"
echo -e "\nIf you run into a problem with this RPM, please e-mail"
echo "bruns@magenet.com with a detailed error of the problem."
echo -e "\nThanks!\n"

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi