More cleanup in Setup and WebSetup

This commit is contained in:
John J. Camilleri
2018-07-05 15:22:05 +02:00
parent 8b5532c1e9
commit f9331526d1
2 changed files with 15 additions and 14 deletions

View File

@@ -36,12 +36,10 @@ main = defaultMainWithHooks simpleUserHooks{ preBuild = gfPreBuild
gfPostInst args flags pkg lbi =
do installRGL args flags (pkg,lbi)
let gf = default_gf lbi
installWeb (pkg,lbi)
gfPostCopy args flags pkg lbi =
do let gf = default_gf lbi
copyRGL args flags (pkg,lbi)
do copyRGL args flags (pkg,lbi)
copyWeb flags (pkg,lbi)
--------------------------------------------------------