diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -16,8 +16,10 @@
 setup _ _ desc lbi = do
   putStrLn $ "Post Install: " ++ show binDir
   putStrLn $ "Post Install: " ++ show libDir
-  callCommand "sudo init/setup-local.sh"
+  putStrLn $ "Post Install: " ++ show dataDir
+  callCommand $ "sudo " ++ (show dataDir) ++ "setup-local.sh"
   return ()
-  where binDir = bindir allDirs ++ "/"
-        libDir = libdir allDirs ++ "/"
+  where binDir  = bindir  allDirs ++ "/"
+        libDir  = libdir  allDirs ++ "/"
+        dataDir = datadir allDirs ++ "/"
         allDirs = absoluteInstallDirs desc lbi NoCopyDest
diff --git a/hannahci.cabal b/hannahci.cabal
--- a/hannahci.cabal
+++ b/hannahci.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                hannahci
-version:             0.1.4.0
+version:             0.1.4.1
 synopsis:            Simple Continuous Integration/Deployment System
 -- description:         
 license:             AGPL-3
