diff --git a/build_ohana.sh b/build_ohana.sh
index 3d6fa03b3b8a3198199ea5e72d4792beee6d325b..5baff3e9dfa930c84b3ca36973400599409adf0a 100755
--- a/build_ohana.sh
+++ b/build_ohana.sh
@@ -55,9 +55,6 @@ if [[ $build_option == 1 || $build_option == 3 ]]; then
   cd ohana
   rm -rf src/patterns
   ln -s ../../src/patterns src/patterns
-  cd dist
-  rm -rf images
-  ln -s ../../images images
   echo "**************************************************************************************"
   echo "Done setting up theming."
 fi
@@ -104,8 +101,6 @@ if [[ $build_option == 2 || $build_option == 4 ]]; then
   fi
   cd "$DRUPAL_PATH"/web/profiles/uw_base_profile/modules/custom/uw_wcms_ohana/
   rm -rf ohana
-  rm -rf dist/images
-  mv images dist/
   echo "**************************************************************************************"
   echo "Done setting up css/js and removing ohana."
 fi