Remove gacutil steps from rpm and pkgbuild

This commit is contained in:
Paul Chote
2010-10-09 11:58:55 +13:00
parent 2794e1f62d
commit 01c6127545
2 changed files with 4 additions and 13 deletions

View File

@@ -30,10 +30,4 @@ post_install() {
*) echo "Please enter y or n.";;
esac
done
gacutil -i thirdparty/Tao/Tao.Cg.dll
gacutil -i thirdparty/Tao/Tao.FreeType.dll
gacutil -i thirdparty/Tao/Tao.OpenAl.dll
gacutil -i thirdparty/Tao/Tao.OpenGl.dll
gacutil -i thirdparty/Tao/Tao.Sdl.dll
}