jre: remove post_install() tmpl function

This commit is contained in:
davehome 2011-10-13 17:28:22 -06:00
parent a6da8ab22e
commit db06f5fb28

View file

@ -60,10 +60,3 @@ do_install()
vcopy ${wrksrc}/Welcome.html opt/java/jre
}
post_install()
{
update-desktop-database -q
xdg-icon-resource forceupdate
update-mime-database usr/share/mime &> /dev/null
}