diff --git a/setup/webmail.sh b/setup/webmail.sh
index 92bd13b5..b38627fe 100755
--- a/setup/webmail.sh
+++ b/setup/webmail.sh
@@ -52,15 +52,10 @@ elif [[ "$UPDATE_KEY" != `cat /usr/local/lib/roundcubemail/version` ]]; then
 fi
 if [ $needs_update == 1 ]; then
   # if upgrading from 1.3.x, clear the temp_dir
-<<<<<<< HEAD
-  if [ "$(cat /usr/local/lib/roundcubemail/version | cut -c1-3)" == '1.3' ]; then
-    find /var/tmp/roundcubemail/ -type f ! -name 'RCMTEMP*' -delete
-=======
   if [ -f /usr/local/lib/roundcubemail/version ]; then
     if [ "$(cat /usr/local/lib/roundcubemail/version | cut -c1-3)" == '1.3' ]; then
       find /var/tmp/roundcubemail/ -type f ! -name 'RCMTEMP*' -delete
     fi
->>>>>>> upstream/master
   fi
 
 	# install roundcube